This commit is contained in:
Johannes Wilm 2023-10-16 12:51:53 +02:00
parent 403a9283b3
commit a9ada9f273
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
Changelog
=========
* Unreleased
* 8.0.0
* Add Django 4.2 support
* Remove Python 3.7 support
* Use path and path converters (changes all url names from prefix `avatar_` to `avatar:`.)

View file

@ -1 +1 @@
__version__ = "7.1.1"
__version__ = "8.0.0"