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 49c5bcd commit 0cb31a3Copy full SHA for 0cb31a3
CHANGES.rst
@@ -4,7 +4,7 @@ Changelog
4
Version 2.1.0
5
-------------
6
7
-Unreleased
+Released 2024-10-08
8
9
- fix type signature in ``flask_caching.utils.make_template_fragment_key``. :pr:`430`
10
- Added docs and example for make_cache_key
src/flask_caching/__init__.py
@@ -33,7 +33,7 @@
33
from flask_caching.utils import make_template_fragment_key # noqa: F401
34
from flask_caching.utils import wants_args
35
36
-__version__ = "2.0.2"
+__version__ = "2.1.0"
37
38
logger = logging.getLogger(__name__)
39
0 commit comments