From 0c16c0cbe2156dafa3e3b980ef0b00ef01794d16 Mon Sep 17 00:00:00 2001 From: Grant McConnaughey Date: Sat, 10 Sep 2016 11:05:36 -0500 Subject: [PATCH] Set version 3.1.0 --- CHANGELOG.rst | 2 +- avatar/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6c86eec..f644c01 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ Changelog ========= -* 3.1.0 (Not released) +* 3.1.0 (September 10, 2016) * Added the ability to override templates using ``AVATAR_ADD_TEMPLATE``, ``AVATAR_CHANGE_TEMPLATE``, and ``AVATAR_DELETE_TEMPLATE``. * Added the ability to pass additional HTML attributes using the ``{% avatar %}`` template tag. * Fixed unused verbosity setting in ``rebuild_avatars.py``. diff --git a/avatar/__init__.py b/avatar/__init__.py index 4eb28e3..7f5601d 100644 --- a/avatar/__init__.py +++ b/avatar/__init__.py @@ -1 +1 @@ -__version__ = '3.0.0' +__version__ = '3.1.0'