Updated changelog, authors and version.

This commit is contained in:
Jannis Leidel 2013-04-12 16:52:40 +02:00
parent c91188a211
commit 71d327426a
3 changed files with 8 additions and 1 deletions

View file

@ -4,3 +4,4 @@ Roman Krejcik <farin@farin.cz>
Jan Vesely <jave@janvesely.com>
Ales Zoulek <ales.zoulek@gmail.com>
Jannis Leidel <jannis@leidel.info>
Bouke Haarsma <bouke@webatoom.nl>

View file

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

View file

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