Update changelog

This commit is contained in:
Lance Edgar 2023-02-03 17:39:28 -06:00
parent b67df1328b
commit eb1351d108
2 changed files with 17 additions and 1 deletions

View file

@ -2,6 +2,22 @@
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)
--------------------

View file

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