Skip to content

Commit 7609ac1

Browse files
authored
release 2.0.1 (#390)
1 parent b140b46 commit 7609ac1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Changelog
44
Version 2.0.1
55
-------------
66

7-
Unreleased
7+
Released 2022-07-30
88

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

src/flask_caching/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
from flask_caching.utils import make_template_fragment_key # noqa: F401
3939
from flask_caching.utils import wants_args
4040

41-
__version__ = "2.0.0"
41+
__version__ = "2.0.1"
4242

4343
logger = logging.getLogger(__name__)
4444

0 commit comments

Comments
 (0)