Skip to content

Commit

Permalink
Flask-Caching 1.7.2 -> 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sh4nks committed Nov 24, 2019
1 parent cb20a78 commit b8e2fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_caching/__init__.py
Expand Up @@ -21,7 +21,7 @@
from flask import current_app, request, url_for
from werkzeug.utils import import_string

__version__ = "1.7.2"
__version__ = "1.8.0"

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit b8e2fa6

Please sign in to comment.