diff --git a/AUTHORS b/AUTHORS index aa9b956..d69ee00 100644 --- a/AUTHORS +++ b/AUTHORS @@ -4,3 +4,4 @@ Roman Krejcik Jan Vesely Ales Zoulek Jannis Leidel +Bouke Haarsma diff --git a/README.rst b/README.rst index 1c239e3..d468da0 100644 --- a/README.rst +++ b/README.rst @@ -229,6 +229,12 @@ Screenshots Changelog --------- +v0.5.1 (2013/04/12) +~~~~~~~~~~~~~~~~~~~ + +* Fixed a serious issue with ordering in the admin when using the database + backend. Thanks, Bouke Haarsma. + v0.5 (2013/03/02) ~~~~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index 226fb61..4b78875 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ except IOError: setup( name='django-constance', - version='0.5', + version='0.5.1', url="http://github.com/comoga/django-constance", description='Django live settings with pluggable backends, including Redis.', long_description=long_description,