Skip to content

Commit 18e718a

Browse files
committed
Bump to 4.0.2
1 parent 48d1c4c commit 18e718a

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGES.rst

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

55
.. towncrier release notes start
66
7+
4.0.2 (2021-12-20)4.0.2 (2021-12-20)
8+
==================
9+
10+
Misc
11+
----
12+
13+
- `#259 <https://github.com/aio-libs/async-timeout/issues/259>`_, `#274 <https://github.com/aio-libs/async-timeout/issues/274>`_
14+
15+
716
4.0.1 (2121-11-10)
817
==================
918

CHANGES/259.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/274.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

async_timeout/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from typing_extensions import final
1313

1414

15-
__version__ = "4.0.1"
15+
__version__ = "4.0.2"
1616

1717

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

0 commit comments

Comments
 (0)