Skip to content

Commit 5dce86f

Browse files
committed
Release v7.0.5.
1 parent af5e688 commit 5dce86f

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v7.0.5 (2026-03-09)
2+
===================
3+
4+
- Minor ``@cachedmethod`` performance improvements.
5+
6+
17
v7.0.4 (2026-03-08)
28
===================
39

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__ = "7.0.4"
15+
__version__ = "7.0.5"
1616

1717
import collections
1818
import collections.abc

0 commit comments

Comments
 (0)