Skip to content

Commit

Permalink
Release v4.2.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Sep 29, 2021
1 parent 2a7afc2 commit bc998ba
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v4.2.3 (2021-09-29)
===================

- Add documentation and tests for using ``TTLCache`` with
``datetime``.

- Link to typeshed typing stubs.

- Flatten package file hierarchy.


v4.2.2 (2021-04-27)
===================

Expand Down
2 changes: 1 addition & 1 deletion src/cachetools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"cachedmethod",
)

__version__ = "4.2.2"
__version__ = "4.2.3"

import collections
import collections.abc
Expand Down

0 comments on commit bc998ba

Please sign in to comment.