We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b140b46 commit 7609ac1Copy full SHA for 7609ac1
CHANGES.rst
@@ -4,7 +4,7 @@ Changelog
4
Version 2.0.1
5
-------------
6
7
-Unreleased
+Released 2022-07-30
8
9
- Relax dependency pin to allow Flask 2.x.x
10
src/flask_caching/__init__.py
@@ -38,7 +38,7 @@
38
from flask_caching.utils import make_template_fragment_key # noqa: F401
39
from flask_caching.utils import wants_args
40
41
-__version__ = "2.0.0"
+__version__ = "2.0.1"
42
43
logger = logging.getLogger(__name__)
44
0 commit comments