Skip to content

Commit 2051f7b

Browse files
Release 2.0.4 (#509)
1 parent 54f6c35 commit 2051f7b

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ CHANGES
44

55
.. towncrier release notes start
66
7+
2.0.4 (2023-07-27)
8+
==================
9+
10+
- Fixed an error when there are pending tasks while calling ``.cache_clear()``.
11+
712
2.0.3 (2023-07-07)
813
==================
914

async_lru/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
from typing_extensions import Self
2929

3030

31-
__version__ = "2.0.3"
31+
__version__ = "2.0.4"
3232

3333
__all__ = ("alru_cache",)
3434

0 commit comments

Comments
 (0)