Skip to content

Commit e3bd5bd

Browse files
author
semantic-release
committed
2.6.1
Automatically generated by python-semantic-release
1 parent 2042c82 commit e3bd5bd

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

docs/conf.py

Lines changed: 1 addition & 1 deletion
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.6.0"
10+
release = "2.6.1"
1111

1212
# General configuration
1313
extensions = [

pyproject.toml

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

src/aiohappyeyeballs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.6.0"
1+
__version__ = "2.6.1"
22

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

0 commit comments

Comments
 (0)