Skip to content

Commit

Permalink
Release v5.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Jan 21, 2025
1 parent efc3633 commit b072920
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v5.5.1 (2025-01-21)
===================

- Add documentation regarding caching of exceptions.

- Officially support Python 3.13.

- Update CI environment.


v5.5.0 (2024-08-18)
===================

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.5.0"
__version__ = "5.5.1"

import collections
import collections.abc
Expand Down

0 comments on commit b072920

Please sign in to comment.