This commit is contained in:
Johannes Wilm 2022-08-12 07:01:23 +02:00
parent 5eb615f4b5
commit 47bd6f36ac
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
Changelog
=========
* Unreleased
* 6.0.0 (August 12, 2022)
* Added Django 3.2, 4.0 and 4.1 support.
* Removed Django 1.9, 1.10, 1.11, 2.0, 2.1, 2.2 and 3.0 support.
* Added Python 3.9 and 3.10 support.

View file

@ -1 +1 @@
__version__ = "5.0.0"
__version__ = "6.0.0"