diff --git a/CHANGES.rst b/CHANGES.rst index 607d6443..7287c0cd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +0.8.176 (2021-11-25) +-------------------- + +* Add basic support for receiving from PO with invoice. + +* Don't use multi-select for new report in buefy themes. + + 0.8.175 (2021-11-17) -------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index 79b5759b..939e3843 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.8.175' +__version__ = '0.8.176'