* Added support of python 3.11 and 3.12 * Dropped django32 support.
3.1.0
~~~~~~~~~~~~~~~~~~~~
* Switch from ``edx-sphinx-theme`` to ``sphinx-book-theme`` since the former is deprecated. See https://github.com/openedx/edx-sphinx-theme/issues/184 for more details. * Added support of Django 4.2
3.0.1
~~~~~~~~~~~~~~~~~~~~
* fix: encode the csv data before save
3.0.0
~~~~~~~~~~~~~~~~~~~~
* Fix `dev.in` to pull from `ci.txt` rather than `travis.txt`. * Dropped Django22, 30 and 31 support. * Added Django40 support.
2.1.1
~~~~~~~~~~~~~~~~~~~~
* Fix missing file error for bulk grade. Some of the files were expired but the code still expect to read it without `try/catch`.