Bump version

This commit is contained in:
Camilo Nova 2016-05-14 09:06:02 -05:00
parent cfc9567953
commit 8f71bca192
2 changed files with 12 additions and 1 deletions

View file

@ -1,6 +1,6 @@
from django.utils.functional import LazyObject
__version__ = '1.1.2'
__version__ = '1.2'
default_app_config = 'constance.apps.ConstanceConfig'

View file

@ -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)
~~~~~~~~~~~~~~~~~~~