Skip to content

Commit

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

__version__ = '2.3.1'
__version__ = '2.4.0'

default_app_config = 'constance.apps.ConstanceConfig'

Expand Down
16 changes: 15 additions & 1 deletion docs/changes.rst
@@ -1,12 +1,26 @@
Changelog
---------

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

* Show not existing fields in field_list

* Drop Django<1.11 and 2.0, fix tests vs Django 2.2b

* Fixed "Reset to default" button with constants whose name contains a space

* Use default_storage to save file

* Allow null & blank for PickleField

* Removed Python 3.4 since is not longer supported

v2.3.1 (2018/09/20)
~~~~~~~~~~~~~~~~~~~

* Fixes javascript typo.


v2.3.0 (2018/09/13)
~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit c965db1

Please sign in to comment.