We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bf26d9 commit 1af7d71Copy full SHA for 1af7d71
CHANGES.rst
@@ -4,6 +4,15 @@ CHANGES
4
5
.. towncrier release notes start
6
7
+4.0.3 (2024-11-06)
8
+==================
9
+
10
+Misc
11
+----
12
13
+- `#423 <https://github.com/aio-libs/async-timeout/issues/423>`_
14
15
16
5.0.0 (2024-10-31)
17
==================
18
async_timeout/__init__.py
@@ -5,7 +5,7 @@
from typing import Optional, Type, final
-__version__ = "5.0.0"
+__version__ = "5.0.1"
__all__ = ("timeout", "timeout_at", "Timeout")
0 commit comments