Bump version

This commit is contained in:
Camilo Nova 2016-09-14 12:44:59 -05:00
parent ebf1d228ef
commit 9d4d0ab334
2 changed files with 11 additions and 2 deletions

View file

@ -1,7 +1,7 @@
import django.dispatch
from django.utils.functional import LazyObject
__version__ = '1.2.1'
__version__ = '1.3'
default_app_config = 'constance.apps.ConstanceConfig'

View file

@ -1,9 +1,18 @@
Changelog
---------
v1.2.1 (2016/09/1)
v1.3 (2016/09/14)
~~~~~~~~~~~~~~~~~
* **BACKWARD INCOMPATIBLE** Dropped support for Django < 1.8).
* Added ordering constance fields using OrderedDict
* Added a signal when updating constance fields
v1.2.1 (2016/09/1)
~~~~~~~~~~~~~~~~~~
* Added some fixes to small bugs
* Fix cache when key changes