Update changelog
This commit is contained in:
parent
c002d3d182
commit
d90cab40a6
|
@ -2,6 +2,14 @@
|
|||
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)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.9.22'
|
||||
__version__ = '0.9.23'
|
||||
|
|
Loading…
Reference in a new issue