Update changelog
This commit is contained in:
parent
75b48fdaae
commit
c583e9734c
10
CHANGES.rst
10
CHANGES.rst
|
@ -2,6 +2,16 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.7.12 (2018-05-30)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Make sure count mode is preserved when making new inventory batch.
|
||||||
|
|
||||||
|
* Add initial support for "variance" inventory batch mode.
|
||||||
|
|
||||||
|
* Fix handling of (missing) password when user is edited.
|
||||||
|
|
||||||
|
|
||||||
0.7.11 (2018-05-25)
|
0.7.11 (2018-05-25)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.7.11'
|
__version__ = '0.7.12'
|
||||||
|
|
Loading…
Reference in a new issue