From be348691da356ea45b88f2074831a22168c41ee6 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 23 Sep 2024 17:11:55 -0500 Subject: [PATCH] Release 3.10.6rc1 --- CHANGES.rst | 18 ++++++++++++++++++ aiohttp/__init__.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 9a944423642..36f05700df3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,6 +10,24 @@ .. towncrier release notes start +3.10.6rc1 (2024-09-22) +====================== + +Removals and backward incompatible breaking changes +--------------------------------------------------- + +- Increased minimum yarl version to 1.12.0 -- by :user:`bdraco`. + + + *Related issues and pull requests on GitHub:* + :issue:`9267`. + + + + +---- + + 3.10.6rc0 (2024-09-22) ====================== diff --git a/aiohttp/__init__.py b/aiohttp/__init__.py index 111ce98440c..25d7f39ffe5 100644 --- a/aiohttp/__init__.py +++ b/aiohttp/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.10.6rc0" +__version__ = "3.10.6rc1" from typing import TYPE_CHECKING, Tuple