We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e11baa commit c403f9fCopy full SHA for c403f9f
CHANGELOG.rst
@@ -1,3 +1,13 @@
1
+v5.5.2 (2025-02-20)
2
+===================
3
+
4
+- Reduce number of ``@cached`` lock/unlock operations.
5
6
+- Improve documentation.
7
8
+- Update CI environment.
9
10
11
v5.5.1 (2025-01-21)
12
===================
13
src/cachetools/__init__.py
@@ -13,7 +13,7 @@
"cachedmethod",
14
)
15
16
-__version__ = "5.5.1"
+__version__ = "5.5.2"
17
18
import collections
19
import collections.abc
0 commit comments