diff --git a/CHANGES.rst b/CHANGES.rst index 713a6fae..0ef20867 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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) ------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index 6a8d8228..a08bcc20 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.9.80' +__version__ = '0.9.81'