Partially reverts 2cf0d65 from #68.

This commit is contained in:
Bertrand Bordage 2017-06-02 23:03:45 +02:00
parent 83cee881d2
commit c9ac4080d2
3 changed files with 2 additions and 7 deletions

View File

@ -1,11 +1,6 @@
Whats new in django-cachalot?
==============================
1.4.2
-----
- Fixes cache in CachalotPanel
1.4.1
-----

View File

@ -7,7 +7,7 @@ Disk INTEL SSDSC2CW06
Linux distribution Ubuntu 16.04 xenial
Python 3.5.2
Django 1.10.2
cachalot 1.4.2
cachalot 1.4.1
sqlite 3.11.0
PostgreSQL 9.6.0
MySQL 5.7.15

View File

@ -1,4 +1,4 @@
VERSION = (1, 4, 2)
VERSION = (1, 4, 1)
__version__ = '.'.join(map(str, VERSION))
default_app_config = 'cachalot.apps.CachalotConfig'