Skip to content

Commit

Permalink
Release v5.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed May 27, 2023
1 parent 7d798c7 commit 8b56caa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
@@ -1,3 +1,9 @@
v5.3.1 (2023-05-27)
===================

- Depend on Python >= 3.7.


v5.3.0 (2023-01-22)
===================

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

__version__ = "5.3.0"
__version__ = "5.3.1"

import collections
import collections.abc
Expand Down

0 comments on commit 8b56caa

Please sign in to comment.