Skip to content

Commit 3c4f2a6

Browse files
author
semantic-release
committed
2.4.4
Automatically generated by python-semantic-release
1 parent c542f68 commit 3c4f2a6

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.4.4 (2024-11-30)
4+
5+
### Fix
6+
7+
- Handle oserror on failure to close socket instead of raising indexerror (#114) ([`c542f68`](https://github.com/aio-libs/aiohappyeyeballs/commit/c542f684d329fed04093caa2b31d8f7f6e0e0949))
8+
39
## v2.4.3 (2024-09-30)
410

511
### Fix

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.4.3"
10+
release = "2.4.4"
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
[tool.poetry]
22
name = "aiohappyeyeballs"
3-
version = "2.4.3"
3+
version = "2.4.4"
44
description = "Happy Eyeballs for asyncio"
55
authors = ["J. Nick Koston <[email protected]>"]
66
license = "PSF-2.0"

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.4.3"
1+
__version__ = "2.4.4"
22

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

0 commit comments

Comments
 (0)