diff --git a/CHANGES.rst b/CHANGES.rst index da77da7c..58539385 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +0.9.73 (2023-10-29) +------------------- + +* Add way to "ignore" a pending product. + +* Tweak param docs for ``Form.set_validator()``. + +* Remove unused "simple menus" module approach. + + 0.9.72 (2023-10-26) ------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index e1fc06fd..85ce4a36 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.9.72' +__version__ = '0.9.73'