mirror of
https://github.com/jazzband/django-constance.git
synced 2026-05-01 12:14:53 +00:00
Bump version
This commit is contained in:
parent
0f049e4677
commit
080f72f58d
2 changed files with 8 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from django.utils.functional import LazyObject
|
||||
|
||||
__version__ = '1.3'
|
||||
__version__ = '1.3.1'
|
||||
|
||||
default_app_config = 'constance.apps.ConstanceConfig'
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue