Skip to content

Commit 4a238ad

Browse files
committed
Release v6.2.0.
1 parent 9d511b7 commit 4a238ad

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.0 (2025-08-25)
2+
===================
3+
4+
- Improve general ``RRCache`` performance by storing cache keys in an
5+
additional sequence container. Note that this will increase memory
6+
consumption.
7+
8+
- Add more unit tests.
9+
10+
111
v6.1.0 (2025-06-16)
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.1.0"
15+
__version__ = "6.2.0"
1616

1717
import collections
1818
import collections.abc

0 commit comments

Comments
 (0)