Skip to content

Commit

Permalink
2.4.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Sep 27, 2024
1 parent c5a4023 commit 04dbbe5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v2.4.2 (2024-09-27)

### Fix

- Copy staggered from standard lib for python 3.12+ (#95) ([`c5a4023`](https://github.com/aio-libs/aiohappyeyeballs/commit/c5a4023d904b3e72f30b8a9f56913894dda4c9d0))

## v2.4.1 (2024-09-26)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
project = "aiohappyeyeballs"
copyright = "2023, J. Nick Koston"
author = "J. Nick Koston"
release = "2.4.1"
release = "2.4.2"

# General configuration
extensions = [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aiohappyeyeballs"
version = "2.4.1"
version = "2.4.2"
description = "Happy Eyeballs for asyncio"
authors = ["J. Nick Koston <nick@koston.org>"]
license = "Python-2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion src/aiohappyeyeballs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.4.1"
__version__ = "2.4.2"

from .impl import start_connection
from .types import AddrInfoType
Expand Down

0 comments on commit 04dbbe5

Please sign in to comment.