Update changelog

This commit is contained in:
Lance Edgar 2023-05-15 08:49:01 -05:00
parent c002d3d182
commit d90cab40a6
2 changed files with 9 additions and 1 deletions

View file

@ -2,6 +2,14 @@
CHANGELOG CHANGELOG
========= =========
0.9.23 (2023-05-15)
-------------------
* Get rid of ``newstyle`` flag for ``Form.validate()`` method.
* Add basic support for managing, and accepting API tokens.
0.9.22 (2023-05-13) 0.9.22 (2023-05-13)
------------------- -------------------

View file

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