Skip to content

Commit c4ab1e5

Browse files
author
semantic-release
committed
2.4.8
Automatically generated by python-semantic-release
1 parent 476a05b commit c4ab1e5

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v2.4.8 (2025-03-04)
4+
5+
### Bug fixes
6+
7+
- Close runner up sockets in the event there are multiple winners (#143) ([`476a05b`](https://github.com/aio-libs/aiohappyeyeballs/commit/476a05b956627700baa84eb6aac28c395da92a9f))
8+
39
## v2.4.7 (2025-03-04)
410

511
### Bug fixes

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
project = "aiohappyeyeballs"
88
copyright = "2023, J. Nick Koston"
99
author = "J. Nick Koston"
10-
release = "2.4.7"
10+
release = "2.4.8"
1111

1212
# General configuration
1313
extensions = [

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "aiohappyeyeballs"
3-
version = "2.4.7"
3+
version = "2.4.8"
44
description = "Happy Eyeballs for asyncio"
55
authors = [{ name = "J. Nick Koston", email = "[email protected]" }]
66
readme = "README.md"

src/aiohappyeyeballs/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.4.7"
1+
__version__ = "2.4.8"
22

33
from .impl import start_connection
44
from .types import AddrInfoType

0 commit comments

Comments
 (0)