Bump version

This commit is contained in:
Camilo Nova 2016-09-01 18:41:27 -05:00
parent 2665fbdf9c
commit 0b9a00099a
2 changed files with 14 additions and 1 deletions

View file

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

View file

@ -1,6 +1,19 @@
Changelog
---------
v1.2.1 (2016/09/1)
~~~~~~~~~~~~~~~~~
* Added some fixes to small bugs
* Fix cache when key changes
* Upgrade django_redis connection string
* Autofill cache key if key is missing
* Added support for fieldsets
v1.2 (2016/05/14)
~~~~~~~~~~~~~~~~~