This commit is contained in:
Johannes Wilm 2022-08-16 13:57:59 +02:00
parent a897f5e8e9
commit 4c5e6a0f52
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
Changelog
=========
* Unreleased
* 7.0.0 (August 16, 2022)
* Allowed for rectangular avatars. Custom avatar tag templates now require the specification of both a ``width`` and ``height`` attribute instead of ``size``.
* Made ``True`` the default value of ``AVATAR_CLEANUP_DELETED``. (Set to ``False`` to obtain previous behavior).
* Fix invalidate_cache for on-the-fly created thumbnails.

View file

@ -1 +1 @@
__version__ = "6.0.1"
__version__ = "7.0.0"