Update Changelog, __version__, and PyPI classifiers

This commit is contained in:
Grant McConnaughey 2015-04-26 23:24:29 -05:00
parent 449abb9037
commit e01effee06
3 changed files with 3 additions and 2 deletions

View file

@ -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)

View file

@ -1 +1 @@
__version__ = '2.0'
__version__ = '2.1'

View file

@ -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',