Skip to content

Commit

Permalink
v1.8.0 -> v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sh4nks committed Jun 2, 2020
1 parent f1a344a commit e81c0b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changelog
Version 1.9.0
-------------

Unreleased
Released 2020-06-02

- Add an option to include the functions source code when generating the cache
key. PR `#156 <https://github.com/sh4nks/flask-caching/pull/156>`_.
Expand Down
2 changes: 1 addition & 1 deletion flask_caching/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from flask import current_app, request, url_for
from werkzeug.utils import import_string

__version__ = "1.8.0"
__version__ = "1.9.0"

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit e81c0b9

Please sign in to comment.