mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-05-16 03:23:10 +00:00
Set version 3.1.0
This commit is contained in:
parent
839220c51b
commit
0c16c0cbe2
2 changed files with 2 additions and 2 deletions
|
|
@ -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``.
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = '3.0.0'
|
||||
__version__ = '3.1.0'
|
||||
|
|
|
|||
Loading…
Reference in a new issue