Skip to content

Commit

Permalink
Release 3.11.6 (#10000)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Nov 19, 2024
1 parent b7e3b30 commit ff9602d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,24 @@

.. towncrier release notes start
3.11.6 (2024-11-19)
===================

Bug fixes
---------

- Restored the ``force_close`` method to the ``ResponseHandler`` -- by :user:`bdraco`.


*Related issues and pull requests on GitHub:*
:issue:`9997`.




----


3.11.5 (2024-11-19)
===================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/9997.bugfix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion aiohttp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.11.6.dev0"
__version__ = "3.11.6"

from typing import TYPE_CHECKING, Tuple

Expand Down

0 comments on commit ff9602d

Please sign in to comment.