Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.11.1 #9875

Merged
merged 4 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1 (2024-11-14)
===================

Bug fixes
---------

- Added a backward compatibility layer to ``RequestInfo`` to allow creating these objects without a `real_url` -- by :user:`bdraco`.
bdraco marked this conversation as resolved.
Show resolved Hide resolved


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




----


3.11.0 (2024-11-13)
===================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/9873.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.1.dev0"
__version__ = "3.11.1"

from typing import TYPE_CHECKING, Tuple

Expand Down
Loading