Skip to content

Commit e497575

Browse files
committed
Release v6.0.0.
1 parent 0a8f391 commit e497575

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v6.0.0 (UNRELEASED)
1+
v6.0.0 (2025-05-23)
22
===================
33

44
- Require Python 3.9 or later (breaking change).

src/cachetools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"cachedmethod",
1313
)
1414

15-
__version__ = "6.0.0b4"
15+
__version__ = "6.0.0"
1616

1717
import collections
1818
import collections.abc

0 commit comments

Comments
 (0)