Set version 2.1.1

This commit is contained in:
Grant McConnaughey 2015-08-10 09:42:32 -05:00
parent 50acf18d6a
commit 7fdcd98410
2 changed files with 7 additions and 3 deletions

View file

@ -1,10 +1,14 @@
Changelog
=========
* 2.1 (August 10, 2015)
* 2.1.1 (August 10, 2015)
* Added Polish locale
* Fixed RemovedInDjango19Warning warnings
* 2.1 (May 2, 2015)
* Django 1.7 and 1.8 support
* Add South and Django migrations
* Changed Gravatar link to use HTTPS by default
* 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, Polish, and Simple Chinese)
* Updated translations (added Dutch, Japanese, and Simple Chinese)

View file

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