mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Bumped version to 0.6 and updated changelog.
This commit is contained in:
parent
520d915527
commit
150edbe82f
2 changed files with 9 additions and 3 deletions
10
README.rst
10
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)
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
2
setup.py
2
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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue