Skip to content

Commit

Permalink
Release version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sh4nks committed Mar 6, 2019
1 parent ae668bf commit 6140d2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
---------

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

- The ``delete_many`` function is now able to ignore any errors and continue
Expand All @@ -11,6 +11,8 @@ Version 1.6.0 Unreleased
``True``. This was and still is only relevant for the **filesystem** and
**simple** cache backends.
PR `#94 <https://github.com/sh4nks/flask-caching/pull/94>`_.
- Re-added the ``gaememcached`` CACHE_TYPE for improved backwards compatibility.
- Documentation improvements


Version 1.5.0 2019-02-23
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.5.0"
__version__ = "1.6.0"

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 6140d2c

Please sign in to comment.