diff --git a/CHANGES.rst b/CHANGES.rst index 0499965e..32eea392 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +0.8.173 (2021-11-11) +-------------------- + +* Improve error handling when executing a custorder batch. + +* Fix "download results" support for Products. + + 0.8.172 (2021-11-11) -------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index c36160ae..e081e8ca 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.8.172' +__version__ = '0.8.173'