diff --git a/CHANGES.rst b/CHANGES.rst index 2dd62324..dd7e6254 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,20 @@ CHANGELOG ========= +0.8.74 (2019-11-15) +------------------- + +* Add support for label batch "quick entry" API. + +* Add support for "toggle complete" for batch API. + +* Add some API views for receiving, and vendor autocomplete. + +* Move "quick entry" logic for purchase batch, into rattail handler. + +* Provide background color when first checking API session. + + 0.8.73 (2019-11-08) ------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index 3efa6b3c..edb7ba94 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.8.73' +__version__ = '0.8.74'