Skip to content

Commit

Permalink
Flask-Caching 1.6.0 -> 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sh4nks committed Mar 29, 2019
1 parent ced700f commit f95c903
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
---------

Version 1.7.0 2019-03-29
````````````````````````

**This is the last version supporting Python 2!**

- Added a feature called 'response_filter' which enables one to only
cache views depending on the response code.
PR `#99 <https://github.com/sh4nks/flask-caching/pull/99>`_.
- A DeprecationWarning got turned into a TypeError.


Version 1.6.0 2019-03-06
````````````````````````

Expand Down
2 changes: 1 addition & 1 deletion flask_caching/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

from flask_caching._compat import PY2, iteritems

__version__ = "1.6.0"
__version__ = "1.7.0"

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit f95c903

Please sign in to comment.