Skip to content

Commit

Permalink
2.4.6
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Feb 7, 2025
1 parent f75891d commit f18ad49
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v2.4.6 (2025-02-07)

### Bug fixes

- Ensure all timers are cancelled when after staggered race finishes (#136) ([`f75891d`](https://github.com/aio-libs/aiohappyeyeballs/commit/f75891d8974693b24af9789a8981ed7f6bc55c5c))

## v2.4.5 (2025-02-07)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
project = "aiohappyeyeballs"
copyright = "2023, J. Nick Koston"
author = "J. Nick Koston"
release = "2.4.5"
release = "2.4.6"

# General configuration
extensions = [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "aiohappyeyeballs"
version = "2.4.5"
version = "2.4.6"
description = "Happy Eyeballs for asyncio"
authors = [{ name = "J. Nick Koston", email = "[email protected]" }]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/aiohappyeyeballs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.4.5"
__version__ = "2.4.6"

from .impl import start_connection
from .types import AddrInfoType
Expand Down

0 comments on commit f18ad49

Please sign in to comment.