Skip to content

Commit 36149e7

Browse files
author
semantic-release
committed
2.6.0
Automatically generated by python-semantic-release
1 parent 4235273 commit 36149e7

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.6.0 (2025-03-11)
4+
5+
### Features
6+
7+
- Publish documentation (#149) ([`4235273`](https://github.com/aio-libs/aiohappyeyeballs/commit/42352736d12c60d500c63b9598ffab05ef5e8829))
8+
39
## v2.5.0 (2025-03-06)
410

511
### Features

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.5.0"
10+
release = "2.6.0"
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.5.0"
3+
version = "2.6.0"
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.5.0"
1+
__version__ = "2.6.0"
22

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

0 commit comments

Comments
 (0)