From a005625f97f9ab8704a7b4c9337501863e2c3ff6 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Thu, 24 Sep 2015 12:50:29 +0200 Subject: [PATCH] Bumped version. --- constance/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constance/__init__.py b/constance/__init__.py index db2511f..ab64616 100644 --- a/constance/__init__.py +++ b/constance/__init__.py @@ -1,6 +1,6 @@ from django.utils.functional import LazyObject -__version__ = '1.0.1' +__version__ = '1.1' default_app_config = 'constance.apps.ConstanceConfig'