We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 274ca1f commit 86738faCopy full SHA for 86738fa
2 files changed
CHANGELOG.rst
@@ -2,6 +2,12 @@
2
Changelog
3
=========
4
5
+1.4.0
6
+~~~~~
7
+
8
+* Add support for Django 2.0.
9
+* Drop official support for Python 3.3 (py33 might work for bit longer).
10
11
1.3.2
12
~~~~~
13
cacheback/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = '1.3.2'
+__version__ = '1.4.0'
default_app_config = 'cacheback.apps.CachebackConfig'
0 commit comments