This commit is contained in:
Johannes Wilm 2023-02-23 23:35:51 +01:00
parent 222cd65d85
commit 1077a6bddb
2 changed files with 9 additions and 1 deletions

View file

@ -1,5 +1,13 @@
Changelog
=========
* 7.1.0 (February 23, 2023)
* Add LibRavatar support
* Faster admin when many users are present
* Check for corrupted image during upload
* Switch Pillow Resize method from ``Image.ANTIALIAS`` to ``Image.LANCZOS``
* Removed Python 3.6 testing
* Added Python 3.11 support
* 7.0.1 (October 27, 2022)
* Remove height requirement for providers (broke 6 to 7 upgrades)

View file

@ -1 +1 @@
__version__ = "7.0.1"
__version__ = "7.1.0"