Bump version

This commit is contained in:
Camilo Nova 2020-01-29 16:33:02 -05:00
parent 8f20ca3111
commit 0ed37e4fce
2 changed files with 8 additions and 1 deletions

View file

@ -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'

View file

@ -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)
~~~~~~~~~~~~~~~~~~~