Bump version

This commit is contained in:
Camilo Nova 2016-09-15 14:02:35 -05:00
parent 0f049e4677
commit 080f72f58d
2 changed files with 8 additions and 1 deletions

View file

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

View file

@ -1,6 +1,13 @@
Changelog
---------
v1.3.1 (2016/09/15)
~~~~~~~~~~~~~~~~~~~
* Improved the signal path to avoid import errors
* Improved the admin layout when using fieldsets
v1.3 (2016/09/14)
~~~~~~~~~~~~~~~~~