Skip to content

Commit

Permalink
Release v5.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Jul 15, 2024
1 parent ebff841 commit 990665b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
v5.4.0 (2024-07-15)
===================

- Add the ``keys.typedmethodkey`` decorator.

- Deprecate ``MRUCache`` class.

- Deprecate ``@func.mru_cache`` decorator.

- Update CI environment.


v5.3.3 (2024-02-26)
===================

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.3"
__version__ = "5.4.0"

import collections
import collections.abc
Expand Down

0 comments on commit 990665b

Please sign in to comment.