Skip to content

Commit

Permalink
Release v5.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Oct 24, 2023
1 parent 63a5287 commit 3889195
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v5.3.2 (2023-10-24)
===================

- Add support for Python 3.12.

- Various documentation improvements.


v5.3.1 (2023-05-27)
===================

Expand Down
2 changes: 1 addition & 1 deletion src/cachetools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"cachedmethod",
)

__version__ = "5.3.1"
__version__ = "5.3.2"

import collections
import collections.abc
Expand Down

0 comments on commit 3889195

Please sign in to comment.