Bump version

This commit is contained in:
Camilo Nova 2016-09-17 15:31:02 -05:00
parent 56fb550044
commit 826c494fd1
2 changed files with 6 additions and 1 deletions

View file

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

View file

@ -1,6 +1,11 @@
Changelog
---------
v1.3.2 (2016/09/17)
~~~~~~~~~~~~~~~~~~~
* Fixes a bug where the signal was sent for fields without changes
v1.3.1 (2016/09/15)
~~~~~~~~~~~~~~~~~~~