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
a188c65281
commit
ce565ecd8a
2 changed files with 7 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from django.utils.functional import LazyObject
|
||||
|
||||
__version__ = '2.3.0'
|
||||
__version__ = '2.3.1'
|
||||
|
||||
default_app_config = 'constance.apps.ConstanceConfig'
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,12 @@
|
|||
Changelog
|
||||
---------
|
||||
|
||||
v2.3.1 (2018/09/20)
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Fixes javascript typo.
|
||||
|
||||
|
||||
v2.3.0 (2018/09/13)
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue