mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Bumped up version.
This commit is contained in:
parent
c82d76fc28
commit
6b04a3169e
2 changed files with 8 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from django.utils.functional import LazyObject
|
||||
|
||||
__version__ = '1.1'
|
||||
__version__ = '1.1.1'
|
||||
|
||||
default_app_config = 'constance.apps.ConstanceConfig'
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,13 @@
|
|||
Changelog
|
||||
---------
|
||||
|
||||
v1.1.1 (2015/10/01)
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Fixed a regression in the 1.1 release that prevented the rendering of the
|
||||
admin view with constance values when using the context processor at the
|
||||
same time.
|
||||
|
||||
v1.1 (2015/09/24)
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue