Skip to content

Commit

Permalink
Release 2.0.4 (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer committed Jul 27, 2023
1 parent 54f6c35 commit 2051f7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Expand Up @@ -4,6 +4,11 @@ CHANGES

.. towncrier release notes start
2.0.4 (2023-07-27)
==================

- Fixed an error when there are pending tasks while calling ``.cache_clear()``.

2.0.3 (2023-07-07)
==================

Expand Down
2 changes: 1 addition & 1 deletion async_lru/__init__.py
Expand Up @@ -28,7 +28,7 @@
from typing_extensions import Self


__version__ = "2.0.3"
__version__ = "2.0.4"

__all__ = ("alru_cache",)

Expand Down

0 comments on commit 2051f7b

Please sign in to comment.