Set version 3.1.0

This commit is contained in:
Grant McConnaughey 2016-09-10 11:05:36 -05:00
parent 839220c51b
commit 0c16c0cbe2
2 changed files with 2 additions and 2 deletions

View file

@ -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``.

View file

@ -1 +1 @@
__version__ = '3.0.0'
__version__ = '3.1.0'