diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4376378..2b4d322 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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) =================== diff --git a/src/cachetools/__init__.py b/src/cachetools/__init__.py index 404b40e..61c12be 100644 --- a/src/cachetools/__init__.py +++ b/src/cachetools/__init__.py @@ -13,7 +13,7 @@ "cachedmethod", ) -__version__ = "5.3.1" +__version__ = "5.3.2" import collections import collections.abc