Bump version

This commit is contained in:
Camilo Nova 2018-02-07 09:05:51 -05:00
parent 29f493f7c1
commit bc9b11b8fa
2 changed files with 29 additions and 2 deletions

View file

@ -1,6 +1,6 @@
from django.utils.functional import LazyObject
__version__ = '2.0.0'
__version__ = '2.1.0'
default_app_config = 'constance.apps.ConstanceConfig'

View file

@ -1,7 +1,34 @@
Changelog
---------
v2.0 (2017/02/17)
v2.1.0 (2018/02/7)
~~~~~~~~~~~~~~~~~
* Move inline JavaScript to constance.js.
* Remove translation from the app name.
* Added file uploads.
* Update information on template context processors.
* Allow running set while database is not created.
* Moved inline css/javascripts out to their own files.
* Add French translations.
* Add testing for all supported Python and Django versions.
* Preserve sorting from fieldset config.
* Added datetime.timedelta support.
* Added Estonian translations.
* Account for server timezone for Date object.
v2.0.0 (2017/02/17)
~~~~~~~~~~~~~~~~~
* **BACKWARD INCOMPATIBLE** Added the old value to the config_updated signal.