We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00978de commit db37e91Copy full SHA for db37e91
CHANGES.rst
@@ -10,6 +10,24 @@
10
11
.. towncrier release notes start
12
13
+3.11.2 (2024-11-14)
14
+===================
15
+
16
+Bug fixes
17
+---------
18
19
+- Fixed improperly closed WebSocket connections generating an unhandled exception -- by :user:`bdraco`.
20
21
22
+ *Related issues and pull requests on GitHub:*
23
+ :issue:`9883`.
24
25
26
27
28
+----
29
30
31
3.11.1 (2024-11-14)
32
===================
33
CHANGES/9883.bugfix.rst
aiohttp/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "3.11.2.dev0"
+__version__ = "3.11.2"
2
3
from typing import TYPE_CHECKING, Tuple
4
0 commit comments