diff --git a/constance/__init__.py b/constance/__init__.py index ab64616..c4b9842 100644 --- a/constance/__init__.py +++ b/constance/__init__.py @@ -1,6 +1,6 @@ from django.utils.functional import LazyObject -__version__ = '1.1' +__version__ = '1.1.1' default_app_config = 'constance.apps.ConstanceConfig' diff --git a/docs/changes.rst b/docs/changes.rst index 374eaad..fedbe64 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -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) ~~~~~~~~~~~~~~~~~