diff --git a/CHANGES.rst b/CHANGES.rst index e2d29b12..a3fb5114 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +0.9.56 (2023-09-19) +------------------- + +* Add link to vendor name for receiving batches grid. + +* Prevent catalog/invoice cost edits if receiving batch is complete. + +* Use small text input for receiving cost editor fields. + +* Show catalog/invoice costs as 2-decimal currency in receiving. + + 0.9.55 (2023-09-18) ------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index 028c7595..78a773b6 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.9.55' +__version__ = '0.9.56'