Skip to content

Commit

Permalink
Release 3.11.5 (#9990)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Nov 19, 2024
1 parent b235e76 commit e836d3a
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 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.5 (2024-11-19)
===================

Bug fixes
---------

- Fixed the ``ANY`` method not appearing in :meth:`~aiohttp.web.UrlDispatcher.routes` -- by :user:`bdraco`.


*Related issues and pull requests on GitHub:*
:issue:`9899`, :issue:`9987`.




----


3.11.4 (2024-11-18)
===================

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

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/9987.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.5.dev0"
__version__ = "3.11.5"

from typing import TYPE_CHECKING, Tuple

Expand Down

0 comments on commit e836d3a

Please sign in to comment.