Bumped up version.

This commit is contained in:
Jannis Leidel 2015-10-01 18:20:14 +02:00
parent c82d76fc28
commit 6b04a3169e
2 changed files with 8 additions and 1 deletions

View file

@ -1,6 +1,6 @@
from django.utils.functional import LazyObject
__version__ = '1.1'
__version__ = '1.1.1'
default_app_config = 'constance.apps.ConstanceConfig'

View file

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