Bump version

This commit is contained in:
Camilo Nova 2016-09-17 17:27:58 -05:00
parent bfc09f9982
commit 2c123af788
2 changed files with 6 additions and 1 deletions

View file

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

View file

@ -1,6 +1,11 @@
Changelog
---------
v1.3.3 (2016/09/17)
~~~~~~~~~~~~~~~~~~~
* Revert broken release
v1.3.2 (2016/09/17)
~~~~~~~~~~~~~~~~~~~