We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63a5287 commit 3889195Copy full SHA for 3889195
CHANGELOG.rst
@@ -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
9
v5.3.1 (2023-05-27)
10
===================
11
src/cachetools/__init__.py
@@ -13,7 +13,7 @@
13
"cachedmethod",
14
)
15
16
-__version__ = "5.3.1"
+__version__ = "5.3.2"
17
18
import collections
19
import collections.abc
0 commit comments