Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
camilonova committed Dec 23, 2019
1 parent 288ca7c commit 0e94d13
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion constance/__init__.py
@@ -1,7 +1,7 @@
from django.utils.functional import LazyObject
from . import checks

__version__ = '2.4.0'
__version__ = '2.5.0'

default_app_config = 'constance.apps.ConstanceConfig'

Expand Down
15 changes: 15 additions & 0 deletions docs/changes.rst
@@ -1,6 +1,21 @@
Changelog
---------

v2.5.0 (2019/12/23)
~~~~~~~~~~~~~~~~~~~

* Made results table responsive for Django 2 admin

* Add a Django system check that CONFIG_FIELDSETS accounts for all of CONFIG

* Rewrite set() method of database backend to reduce number of queries

* Fixed "can't compare offset-naive and offset-aware datetimes" when USE_TZ = True

* Fixed compatibility issue with Django 3.0 due to django.utils.six

* Add Turkish language

v2.4.0 (2019/03/16)
~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 0e94d13

Please sign in to comment.