Update changelog

This commit is contained in:
Lance Edgar 2023-10-29 15:59:17 -05:00
parent c1f2f84c7f
commit 8b07289452
2 changed files with 11 additions and 1 deletions

View file

@ -2,6 +2,16 @@
CHANGELOG 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) 0.9.72 (2023-10-26)
------------------- -------------------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*- # -*- coding: utf-8; -*-
__version__ = '0.9.72' __version__ = '0.9.73'