From bc9b11b8fa0bbb770aa0476a2d7cb8245f263f7a Mon Sep 17 00:00:00 2001 From: Camilo Nova Date: Wed, 7 Feb 2018 09:05:51 -0500 Subject: [PATCH] Bump version --- constance/__init__.py | 2 +- docs/changes.rst | 29 ++++++++++++++++++++++++++++- 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/constance/__init__.py b/constance/__init__.py index 0e51823..d71e95b 100644 --- a/constance/__init__.py +++ b/constance/__init__.py @@ -1,6 +1,6 @@ from django.utils.functional import LazyObject -__version__ = '2.0.0' +__version__ = '2.1.0' default_app_config = 'constance.apps.ConstanceConfig' diff --git a/docs/changes.rst b/docs/changes.rst index 7a8dc3d..1f57fcb 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -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.