diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c4a8f13..314a114 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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. diff --git a/avatar/__init__.py b/avatar/__init__.py index 79a961b..b378fc6 100644 --- a/avatar/__init__.py +++ b/avatar/__init__.py @@ -1 +1 @@ -__version__ = "6.0.1" +__version__ = "7.0.0"