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 f719307 commit ca7508fCopy full SHA for ca7508f
CHANGELOG.rst
@@ -1,3 +1,13 @@
1
+v6.2.1 (2025-10-12)
2
+===================
3
+
4
+- Add support for Python 3.14.
5
6
+- Improve documentation.
7
8
+- Update CI environment.
9
10
11
v6.2.0 (2025-08-25)
12
===================
13
src/cachetools/__init__.py
@@ -12,7 +12,7 @@
"cachedmethod",
)
14
15
-__version__ = "6.2.0"
+__version__ = "6.2.1"
16
17
import collections
18
import collections.abc
0 commit comments