mirror of
https://github.com/jazzband/django-constance.git
synced 2026-05-20 13:21:55 +00:00
Bumped version to 1.0.1.
This commit is contained in:
parent
48704b9aa5
commit
8dfdc75334
2 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from django.utils.functional import LazyObject
|
||||
|
||||
__version__ = '1.0'
|
||||
__version__ = '1.0.1'
|
||||
|
||||
default_app_config = 'constance.apps.ConstanceConfig'
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,11 @@
|
|||
Changelog
|
||||
---------
|
||||
|
||||
v1.0.1 (2015/01/07)
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Fixed issue with import time side effect on Django >= 1.7.
|
||||
|
||||
v1.0 (2014/12/04)
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue