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 af5e688 commit 5dce86fCopy full SHA for 5dce86f
2 files changed
CHANGELOG.rst
@@ -1,3 +1,9 @@
1
+v7.0.5 (2026-03-09)
2
+===================
3
+
4
+- Minor ``@cachedmethod`` performance improvements.
5
6
7
v7.0.4 (2026-03-08)
8
===================
9
src/cachetools/__init__.py
@@ -12,7 +12,7 @@
12
"cachedmethod",
13
)
14
15
-__version__ = "7.0.4"
+__version__ = "7.0.5"
16
17
import collections
18
import collections.abc
0 commit comments