Skip to content

Commit ca7508f

Browse files
committed
Release v6.2.1.
1 parent f719307 commit ca7508f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
v6.2.0 (2025-08-25)
212
===================
313

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.2.0"
15+
__version__ = "6.2.1"
1616

1717
import collections
1818
import collections.abc

0 commit comments

Comments
 (0)