mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Bump version
This commit is contained in:
parent
bfc09f9982
commit
2c123af788
2 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from django.utils.functional import LazyObject
|
||||
|
||||
__version__ = '1.3.2'
|
||||
__version__ = '1.3.3'
|
||||
|
||||
default_app_config = 'constance.apps.ConstanceConfig'
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,11 @@
|
|||
Changelog
|
||||
---------
|
||||
|
||||
v1.3.3 (2016/09/17)
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Revert broken release
|
||||
|
||||
v1.3.2 (2016/09/17)
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue