Skip to content

Commit

Permalink
Release 3.10.0b1 (#8533)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Jul 22, 2024
1 parent 088f734 commit 9b9cec2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@

.. towncrier release notes start
3.10.0b1 (2024-07-22)
========================

No significant changes.


----


3.10.0b0 (2024-07-22)
=========================

Expand Down
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.10.0b0"
__version__ = "3.10.0b1"

from typing import TYPE_CHECKING, Tuple

Expand Down

0 comments on commit 9b9cec2

Please sign in to comment.