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
6cc9ebfb67
commit
678916bcc2
2 changed files with 21 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from django.utils.functional import LazyObject
|
||||
|
||||
__version__ = '2.2.0'
|
||||
__version__ = '2.3.0'
|
||||
|
||||
default_app_config = 'constance.apps.ConstanceConfig'
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,26 @@
|
|||
Changelog
|
||||
---------
|
||||
|
||||
v2.3.0 (2018/09/13)
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Added zh_Hans translation.
|
||||
|
||||
* Fixed TestAdmin.test_linebreaks() due to linebreaksbr() behavior change
|
||||
on Django 2.1
|
||||
|
||||
* Improved chinese translation
|
||||
|
||||
* Fix bug of can't change permission chang_config's name
|
||||
|
||||
* Improve consistency of reset value handling for `date`
|
||||
|
||||
* Drop support for Python 3.3
|
||||
|
||||
* Added official Django 2.0 support.
|
||||
|
||||
* Added support for Django 2.1
|
||||
|
||||
v2.2.0 (2018/03/23)
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue