diff --git a/constance/__init__.py b/constance/__init__.py index e40ea12..d41a645 100644 --- a/constance/__init__.py +++ b/constance/__init__.py @@ -1,6 +1,6 @@ from django.utils.functional import LazyObject -__version__ = '1.1.2' +__version__ = '1.2' default_app_config = 'constance.apps.ConstanceConfig' diff --git a/docs/changes.rst b/docs/changes.rst index 0fa11ef..0b4212a 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,6 +1,17 @@ Changelog --------- +v1.2 (2016/05/14) +~~~~~~~~~~~~~~~~~ + +* Custom Fields were added as a new feature + +* Added documentation on how to use Custom settings form + +* Introduced ``CONSTANCE_IGNORE_ADMIN_VERSION_CHECK`` + +* Improved documentation for ``CONSTANCE_ADDITIONAL_FIELDS`` + v1.1.2 (2016/02/08) ~~~~~~~~~~~~~~~~~~~