Update changelog

This commit is contained in:
Lance Edgar 2023-11-15 11:42:07 -06:00
parent 97e7026cc9
commit dd9e41f651
2 changed files with 11 additions and 1 deletions

View file

@ -2,6 +2,16 @@
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)
-------------------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*-
__version__ = '0.9.80'
__version__ = '0.9.81'