File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v2.6.1 (2025-03-12)
4+
5+ ### Bug fixes
6+
7+ - Resolve typeerror on import for python < 3.9.2 (#151 ) ([ ` 2042c82 ` ] ( https://github.com/aio-libs/aiohappyeyeballs/commit/2042c82f9978f41c31b58aa4e3d8fc3b9c3ec2ec ) )
8+
39## v2.6.0 (2025-03-11)
410
511### Features
Original file line number Diff line number Diff line change 77project = "aiohappyeyeballs"
88copyright = "2023, J. Nick Koston"
99author = "J. Nick Koston"
10- release = "2.6.0 "
10+ release = "2.6.1 "
1111
1212# General configuration
1313extensions = [
Original file line number Diff line number Diff line change 11[project ]
22name = " aiohappyeyeballs"
3- version = " 2.6.0 "
3+ version = " 2.6.1 "
44description = " Happy Eyeballs for asyncio"
55authors = [{
name =
" J. Nick Koston" ,
email =
" [email protected] " }]
66readme = " README.md"
Original file line number Diff line number Diff line change 1- __version__ = "2.6.0 "
1+ __version__ = "2.6.1 "
22
33from .impl import start_connection
44from .types import AddrInfoType , SocketFactoryType
You can’t perform that action at this time.
0 commit comments