mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Bump version
This commit is contained in:
parent
8f20ca3111
commit
0ed37e4fce
2 changed files with 8 additions and 1 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue