mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Updated changelog, authors and version.
This commit is contained in:
parent
c91188a211
commit
71d327426a
3 changed files with 8 additions and 1 deletions
1
AUTHORS
1
AUTHORS
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
2
setup.py
2
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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue