Skip to content

Commit 3889195

Browse files
committed
Release v5.3.2.
1 parent 63a5287 commit 3889195

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
v5.3.2 (2023-10-24)
2+
===================
3+
4+
- Add support for Python 3.12.
5+
6+
- Various documentation improvements.
7+
8+
19
v5.3.1 (2023-05-27)
210
===================
311

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.3.1"
16+
__version__ = "5.3.2"
1717

1818
import collections
1919
import collections.abc

0 commit comments

Comments
 (0)