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.6.0 (2025-03-11)
4
+
5
+ ### Features
6
+
7
+ - Publish documentation (#149 ) ([ ` 4235273 ` ] ( https://github.com/aio-libs/aiohappyeyeballs/commit/42352736d12c60d500c63b9598ffab05ef5e8829 ) )
8
+
3
9
## v2.5.0 (2025-03-06)
4
10
5
11
### Features
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.5 .0"
10
+ release = "2.6 .0"
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.5 .0"
3
+ version = " 2.6 .0"
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.5 .0"
1
+ __version__ = "2.6 .0"
2
2
3
3
from .impl import start_connection
4
4
from .types import AddrInfoType , SocketFactoryType
You can’t perform that action at this time.
0 commit comments