Skip to content

Commit 86738fa

Browse files
committed
Prepare release.
1 parent 274ca1f commit 86738fa

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog
33
=========
44

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+
511
1.3.2
612
~~~~~
713

cacheback/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '1.3.2'
1+
__version__ = '1.4.0'
22

33
default_app_config = 'cacheback.apps.CachebackConfig'

0 commit comments

Comments
 (0)