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 f1cec39 commit 4ee2600Copy full SHA for 4ee2600
CHANGELOG.rst
@@ -1,3 +1,11 @@
1
+v6.2.2 (2025-11-13)
2
+===================
3
+
4
+- Minor improvements from GitHub Copilot code review.
5
6
+- Improve documentation.
7
8
9
v6.2.1 (2025-10-12)
10
===================
11
src/cachetools/__init__.py
@@ -12,7 +12,7 @@
12
"cachedmethod",
13
)
14
15
-__version__ = "6.2.1"
+__version__ = "6.2.2"
16
17
import collections
18
import collections.abc
0 commit comments