Skip to content

Commit c403f9f

Browse files
committed
Bump version
1 parent 9e11baa commit c403f9f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.rst

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
v5.5.2 (2025-02-20)
2+
===================
3+
4+
- Reduce number of ``@cached`` lock/unlock operations.
5+
6+
- Improve documentation.
7+
8+
- Update CI environment.
9+
10+
111
v5.5.1 (2025-01-21)
212
===================
313

src/cachetools/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"cachedmethod",
1414
)
1515

16-
__version__ = "5.5.1"
16+
__version__ = "5.5.2"
1717

1818
import collections
1919
import collections.abc

0 commit comments

Comments
 (0)