We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f6c35 commit 2051f7bCopy full SHA for 2051f7b
2 files changed
CHANGES.rst
@@ -4,6 +4,11 @@ CHANGES
4
5
.. towncrier release notes start
6
7
+2.0.4 (2023-07-27)
8
+==================
9
+
10
+- Fixed an error when there are pending tasks while calling ``.cache_clear()``.
11
12
2.0.3 (2023-07-07)
13
==================
14
async_lru/__init__.py
@@ -28,7 +28,7 @@
28
from typing_extensions import Self
29
30
31
-__version__ = "2.0.3"
+__version__ = "2.0.4"
32
33
__all__ = ("alru_cache",)
34
0 commit comments