diff --git a/CHANGES.rst b/CHANGES.rst index c236aa46..5b7a9d5f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +0.8.157 (2021-10-06) +-------------------- + +* Some tweaks for invoice costing batch views. + +* Add "restrict contact info" features for new custorder batch. + +* Add "contact update request" workflow for new custorder batch. + + 0.8.156 (2021-10-05) -------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index 55b6bda7..bba88b3e 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.8.156' +__version__ = '0.8.157'