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 cd5aa95 commit ac13e01Copy full SHA for ac13e01
CHANGES.rst
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+Version 1.11.1
5
+--------------
6
+
7
+Released 2022-05-27
8
9
+- Add cachelib to setup.py
10
11
12
Version 1.11.0
13
--------------
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__ = "1.11.0"
+__version__ = "1.11.1"
42
43
logger = logging.getLogger(__name__)
44
0 commit comments