Update changelog
This commit is contained in:
parent
97e7026cc9
commit
dd9e41f651
10
CHANGES.rst
10
CHANGES.rst
|
@ -2,6 +2,16 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.9.81 (2023-11-15)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Log warning instead of error for batch population error.
|
||||||
|
|
||||||
|
* Remove reference to ``pytz`` library.
|
||||||
|
|
||||||
|
* Avoid outright error if user scans barcode for inventory count.
|
||||||
|
|
||||||
|
|
||||||
0.9.80 (2023-11-05)
|
0.9.80 (2023-11-05)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.9.80'
|
__version__ = '0.9.81'
|
||||||
|
|
Loading…
Reference in a new issue