diff --git a/CHANGES.rst b/CHANGES.rst index 19205cad..493c7d16 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +0.8.288 (2023-01-28) +-------------------- + +* Tweak import handler form, some fields not required. + +* Tweak styles for Quantity panel when viewing Receiving row. + + 0.8.287 (2023-01-26) -------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index e7f09fdd..cd1943d8 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.8.287' +__version__ = '0.8.288'