diff --git a/constance/__init__.py b/constance/__init__.py index 745b294..75bd054 100644 --- a/constance/__init__.py +++ b/constance/__init__.py @@ -1,7 +1,7 @@ from django.utils.functional import LazyObject from . import checks -__version__ = '2.5.0' +__version__ = '2.6.0' default_app_config = 'constance.apps.ConstanceConfig' diff --git a/docs/changes.rst b/docs/changes.rst index 5c252c6..480ce51 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,6 +1,13 @@ Changelog --------- +v2.6.0 (2020/01/29) +~~~~~~~~~~~~~~~~~~~ + +* Drop support py<3.5 django<2.2 +* Set pickle protocol version for the Redis backend +* Add a command to delete stale records + v2.5.0 (2019/12/23) ~~~~~~~~~~~~~~~~~~~