Skip to content

Commit

Permalink
Prepare v5.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Jan 22, 2023
1 parent b32936a commit 0bad674
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v5.3.0 (UNRELEASED)
===================

- Add ``cache_info()`` function to ``@cached`` decorator.


v5.2.1 (2023-01-08)
===================

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

project = "cachetools"
copyright = "2014-2023 Thomas Kemmer"
version = "5.2"
release = "5.2.1"
version = "5.3"
release = "5.3.0"

extensions = [
"sphinx.ext.autodoc",
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.2.1"
__version__ = "5.3.0"

import collections
import collections.abc
Expand Down

0 comments on commit 0bad674

Please sign in to comment.