File tree 4 files changed +9
-3
lines changed
4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
9
## v2.4.6 (2025-02-07)
4
10
5
11
### Bug fixes
Original file line number Diff line number Diff line change 7
7
project = "aiohappyeyeballs"
8
8
copyright = "2023, J. Nick Koston"
9
9
author = "J. Nick Koston"
10
- release = "2.4.6 "
10
+ release = "2.4.7 "
11
11
12
12
# General configuration
13
13
extensions = [
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " aiohappyeyeballs"
3
- version = " 2.4.6 "
3
+ version = " 2.4.7 "
4
4
description = " Happy Eyeballs for asyncio"
5
5
authors = [{
name =
" J. Nick Koston" ,
email =
" [email protected] " }]
6
6
readme = " README.md"
Original file line number Diff line number Diff line change 1
- __version__ = "2.4.6 "
1
+ __version__ = "2.4.7 "
2
2
3
3
from .impl import start_connection
4
4
from .types import AddrInfoType
You can’t perform that action at this time.
0 commit comments