From 9b9cec20eda00f6a2f5bb923e0fc54fcc6f6a95f Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 22 Jul 2024 12:15:47 -0500 Subject: [PATCH] Release 3.10.0b1 (#8533) --- CHANGES.rst | 9 +++++++++ aiohttp/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 95b573b1125..1ea48374333 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,6 +10,15 @@ .. towncrier release notes start +3.10.0b1 (2024-07-22) +======================== + +No significant changes. + + +---- + + 3.10.0b0 (2024-07-22) ========================= diff --git a/aiohttp/__init__.py b/aiohttp/__init__.py index 1e4324de694..230b7a22888 100644 --- a/aiohttp/__init__.py +++ b/aiohttp/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.10.0b0" +__version__ = "3.10.0b1" from typing import TYPE_CHECKING, Tuple