Skip to content

Commit 8a7ce94

Browse files
authored
Release 3.10.8 (#9330)
1 parent a308f74 commit 8a7ce94

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGES.rst

+18
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,24 @@
1010

1111
.. towncrier release notes start
1212
13+
3.10.8 (2024-09-28)
14+
===================
15+
16+
Bug fixes
17+
---------
18+
19+
- Fixed cancellation leaking upwards on timeout -- by :user:`bdraco`.
20+
21+
22+
*Related issues and pull requests on GitHub:*
23+
:issue:`9326`.
24+
25+
26+
27+
28+
----
29+
30+
1331
3.10.7 (2024-09-27)
1432
===================
1533

CHANGES/9326.bugfix.rst

-1
This file was deleted.

aiohttp/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.10.8.dev0"
1+
__version__ = "3.10.8"
22

33
from typing import TYPE_CHECKING, Tuple
44

0 commit comments

Comments
 (0)