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 0a8f391 commit e497575Copy full SHA for e497575
CHANGELOG.rst
@@ -1,4 +1,4 @@
1
-v6.0.0 (UNRELEASED)
+v6.0.0 (2025-05-23)
2
===================
3
4
- Require Python 3.9 or later (breaking change).
src/cachetools/__init__.py
@@ -12,7 +12,7 @@
12
"cachedmethod",
13
)
14
15
-__version__ = "6.0.0b4"
+__version__ = "6.0.0"
16
17
import collections
18
import collections.abc
0 commit comments