From e01effee065058d551c2b3b289d3380c2020bc8d Mon Sep 17 00:00:00 2001 From: Grant McConnaughey Date: Sun, 26 Apr 2015 23:24:29 -0500 Subject: [PATCH] Update Changelog, __version__, and PyPI classifiers --- CHANGELOG.rst | 2 +- avatar/__init__.py | 2 +- setup.py | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5b17f5e..a13ac67 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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) diff --git a/avatar/__init__.py b/avatar/__init__.py index 3b3dacb..d980f27 100644 --- a/avatar/__init__.py +++ b/avatar/__init__.py @@ -1 +1 @@ -__version__ = '2.0' +__version__ = '2.1' diff --git a/setup.py b/setup.py index cbf2829..88b4500 100644 --- a/setup.py +++ b/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',