Skip to content

Commit f95c903

Browse files
committed
Flask-Caching 1.6.0 -> 1.7.0
1 parent ced700f commit f95c903

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
22
---------
33

4+
Version 1.7.0 2019-03-29
5+
````````````````````````
6+
7+
**This is the last version supporting Python 2!**
8+
9+
- Added a feature called 'response_filter' which enables one to only
10+
cache views depending on the response code.
11+
PR `#99 <https://github.com/sh4nks/flask-caching/pull/99>`_.
12+
- A DeprecationWarning got turned into a TypeError.
13+
14+
415
Version 1.6.0 2019-03-06
516
````````````````````````
617

flask_caching/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
from flask_caching._compat import PY2, iteritems
2525

26-
__version__ = "1.6.0"
26+
__version__ = "1.7.0"
2727

2828
logger = logging.getLogger(__name__)
2929

0 commit comments

Comments
 (0)