From 150edbe82f497766f5a59e16bbc226d828668a1f Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Fri, 12 Apr 2013 18:29:07 +0200 Subject: [PATCH] Bumped version to 0.6 and updated changelog. --- README.rst | 10 ++++++++-- setup.py | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 1177f50..e9283c3 100644 --- a/README.rst +++ b/README.rst @@ -229,8 +229,11 @@ Screenshots Changelog --------- -v0.5.1 (2013/04/12) -~~~~~~~~~~~~~~~~~~~ +v0.6 (2013/04/12) +~~~~~~~~~~~~~~~~~ + +* Added Python 3 support. Supported versions: 2.6, 2.7, 3.2 and 3.3. + For Python 3.x the use of Django > 1.5.x is required. * Fixed a serious issue with ordering in the admin when using the database backend. Thanks, Bouke Haarsma. @@ -238,6 +241,9 @@ v0.5.1 (2013/04/12) * Switch to django-discover-runner as test runner to be able to run on Python 3. +* Fixed an issue with refering to static files in the admin interface + when using Django < 1.4. + v0.5 (2013/03/02) ~~~~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index 5bfd489..8852bf0 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ except IOError: setup( name='django-constance', - version='0.5.1', + version='0.6', url="http://github.com/comoga/django-constance", description='Django live settings with pluggable backends, including Redis.', long_description=long_description,