Update changelog
This commit is contained in:
parent
b67df1328b
commit
eb1351d108
16
CHANGES.rst
16
CHANGES.rst
|
@ -2,6 +2,22 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.9.0 (2023-02-03)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
* Officially drop support for python2.
|
||||||
|
|
||||||
|
* Remove all deprecated jquery and ``use_buefy`` logic.
|
||||||
|
|
||||||
|
* Add new Buefy-specific upgrade template.
|
||||||
|
|
||||||
|
* Replace 'default' theme to match 'falafel'.
|
||||||
|
|
||||||
|
* Allow editing the Department field for a Subdepartment.
|
||||||
|
|
||||||
|
* Refactor the Ordering Worksheet generator, per Buefy.
|
||||||
|
|
||||||
|
|
||||||
0.8.292 (2023-02-02)
|
0.8.292 (2023-02-02)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.292'
|
__version__ = '0.9.0'
|
||||||
|
|
Loading…
Reference in a new issue