From d84f0283c855074c8edd38c271fca6f1423ae5e6 Mon Sep 17 00:00:00 2001 From: Camilo Nova Date: Mon, 8 Feb 2016 07:55:33 -0500 Subject: [PATCH] Bump version --- constance/__init__.py | 2 +- docs/changes.rst | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/constance/__init__.py b/constance/__init__.py index c4b9842..e40ea12 100644 --- a/constance/__init__.py +++ b/constance/__init__.py @@ -1,6 +1,6 @@ from django.utils.functional import LazyObject -__version__ = '1.1.1' +__version__ = '1.1.2' default_app_config = 'constance.apps.ConstanceConfig' diff --git a/docs/changes.rst b/docs/changes.rst index 1820f82..0fa11ef 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,11 +1,17 @@ Changelog --------- -v1.2 (unreleased) -~~~~~~~~~~~~~~~~~ +v1.1.2 (2016/02/08) +~~~~~~~~~~~~~~~~~~~ * Moved to Jazzband organization (https://github.com/jazzband/django-constance) +* Added Custom Fields + +* Added Django 1.9 support to tests + +* Fixes icons for Django 1.9 admin + v1.1.1 (2015/10/01) ~~~~~~~~~~~~~~~~~~~