Skip to content

Commit c723b3c

Browse files
authored
Release 3.11.16 (#10679)
<img width="700" alt="Screenshot 2025-04-01 at 1 42 52 PM" src="https://github.com/user-attachments/assets/5ec2c6b3-389f-417d-8bed-369f7a2fefda" />
1 parent 6a3d835 commit c723b3c

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-4
lines changed

CHANGES.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,33 @@
1010

1111
.. towncrier release notes start
1212
13+
3.11.16 (2025-04-01)
14+
====================
15+
16+
Bug fixes
17+
---------
18+
19+
- Replaced deprecated ``asyncio.iscoroutinefunction`` with its counterpart from ``inspect``
20+
-- by :user:`layday`.
21+
22+
23+
*Related issues and pull requests on GitHub:*
24+
:issue:`10634`.
25+
26+
27+
28+
- Fixed :class:`multidict.CIMultiDict` being mutated when passed to :class:`aiohttp.web.Response` -- by :user:`bdraco`.
29+
30+
31+
*Related issues and pull requests on GitHub:*
32+
:issue:`10672`.
33+
34+
35+
36+
37+
----
38+
39+
1340
3.11.15 (2025-03-31)
1441
====================
1542

CHANGES/10634.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

CHANGES/10672.bugfix.rst

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

aiohttp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.11.16.dev0"
1+
__version__ = "3.11.16"
22

33
from typing import TYPE_CHECKING, Tuple
44

0 commit comments

Comments
 (0)