mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-03-16 21:30:23 +00:00
v2.3.5
This commit is contained in:
parent
6826ec6e4d
commit
76cb929cf5
2 changed files with 7 additions and 2 deletions
|
|
@ -1,6 +1,11 @@
|
|||
What’s new in django-cachalot?
|
||||
==============================
|
||||
|
||||
2.3.5
|
||||
-----
|
||||
|
||||
- Fix cachalot_disabled (#174)
|
||||
|
||||
2.3.4
|
||||
-----
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
VERSION = (2, 3, 4)
|
||||
__version__ = '.'.join(map(str, VERSION))
|
||||
VERSION = (2, 3, 5)
|
||||
__version__ = ".".join(map(str, VERSION))
|
||||
|
||||
default_app_config = "cachalot.apps.CachalotConfig"
|
||||
|
|
|
|||
Loading…
Reference in a new issue