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