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 023491c commit e59bc04Copy full SHA for e59bc04
CHANGES.rst
@@ -1,6 +1,14 @@
1
Changelog
2
=========
3
4
+Version 2.3.1
5
+-------------
6
+
7
+Released 2025-02-22
8
9
+- Relax cachelib version to allow latest releases
10
11
12
13
Version 2.3.0
14
-------------
src/flask_caching/__init__.py
@@ -40,7 +40,7 @@
40
from flask_caching.utils import make_template_fragment_key # noqa: F401
41
from flask_caching.utils import wants_args
42
43
-__version__ = "2.3.0"
+__version__ = "2.3.1"
44
45
logger = logging.getLogger(__name__)
46
0 commit comments