Skip to content

Commit 9c55c91

Browse files
author
semantic-release
committed
2.4.7
Automatically generated by python-semantic-release
1 parent e96264a commit 9c55c91

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.7 (2025-03-04)
4+
5+
### Bug fixes
6+
7+
- Resolve warnings when running tests (#144) ([`e96264a`](https://github.com/aio-libs/aiohappyeyeballs/commit/e96264aec89b9bd34d37413f610d039c56393a48))
8+
39
## v2.4.6 (2025-02-07)
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.6"
10+
release = "2.4.7"
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.6"
3+
version = "2.4.7"
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.6"
1+
__version__ = "2.4.7"
22

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

0 commit comments

Comments
 (0)