mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
Update Changelog, __version__, and PyPI classifiers
This commit is contained in:
parent
449abb9037
commit
e01effee06
3 changed files with 3 additions and 2 deletions
|
|
@ -3,6 +3,6 @@ Changelog
|
|||
|
||||
* 2.1 (not released)
|
||||
* Changed Gravatar link to use HTTPS by default
|
||||
* Fixed a bug where the admin list page should show the incorrect avatar
|
||||
* Fixed a bug where the admin avatar list page would only show a user's primary avatar
|
||||
* Updated render_primary view to accept usernames with @ signs in them
|
||||
* Updated translations (added Dutch, Japanese, and Simple Chinese)
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = '2.0'
|
||||
__version__ = '2.1'
|
||||
|
|
|
|||
1
setup.py
1
setup.py
|
|
@ -35,6 +35,7 @@ setup(
|
|||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3.2',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
],
|
||||
keywords='avatar, django',
|
||||
author='Eric Florenzano',
|
||||
|
|
|
|||
Loading…
Reference in a new issue