Skip to content

Commit 1af7d71

Browse files
committed
Bump to 5.0.1
1 parent 3bf26d9 commit 1af7d71

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.rst

+9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ CHANGES
44

55
.. towncrier release notes start
66
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+
716
5.0.0 (2024-10-31)
817
==================
918

async_timeout/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from typing import Optional, Type, final
66

77

8-
__version__ = "5.0.0"
8+
__version__ = "5.0.1"
99

1010

1111
__all__ = ("timeout", "timeout_at", "Timeout")

0 commit comments

Comments
 (0)