Skip to content

Commit

Permalink
release 2.0.1 (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
northernSage authored Jul 30, 2022
1 parent b140b46 commit 7609ac1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changelog
Version 2.0.1
-------------

Unreleased
Released 2022-07-30

- Relax dependency pin to allow Flask 2.x.x

Expand Down
2 changes: 1 addition & 1 deletion src/flask_caching/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
from flask_caching.utils import make_template_fragment_key # noqa: F401
from flask_caching.utils import wants_args

__version__ = "2.0.0"
__version__ = "2.0.1"

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 7609ac1

Please sign in to comment.