Skip to content

Commit

Permalink
Release version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sh4nks committed Feb 23, 2019
1 parent 880fbe6 commit a74190d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
---------

Version 1.5.0 2019-02-23
````````````````````````

- Add support for a Redis Sentinel Cluster.
PR `#90 <https://github.com/sh4nks/flask-caching/pull/90>`_.
- Parameterize the hash function so alternatives can be used.
PR `#77 <https://github.com/sh4nks/flask-caching/pull/77>`_.
- Include the deprecated ``werkzeug.contrib.cache`` module in Flask-Caching.
PR `#75 <https://github.com/sh4nks/flask-caching/pull/75>`_.

Version 1.4.0 2018-04-16
````````````````````````

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.4.0"
__version__ = "1.5.0"

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit a74190d

Please sign in to comment.