From 6b04a3169e79f3d131391f5a1aebaace6ed962a3 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Thu, 1 Oct 2015 18:20:14 +0200 Subject: [PATCH] Bumped up version. --- constance/__init__.py | 2 +- docs/changes.rst | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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) ~~~~~~~~~~~~~~~~~