Skip to content

Commit

Permalink
2.3.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Dec 14, 2023
1 parent c529b15 commit 797f670
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.3.1 (2023-12-14)

### Fix

- Remove test import from tests (#31) ([`c529b15`](https://github.com/bdraco/aiohappyeyeballs/commit/c529b15fbead0aa5cde9dd5c460ff5abd15fc355))

## v2.3.0 (2023-12-12)

### Feature
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.3.0"
release = "2.3.1"

# 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.3.0"
version = "2.3.1"
description = "Happy Eyeballs"
authors = ["J. Nick Koston <nick@koston.org>"]
license = "PSF-2.0"
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.3.0"
__version__ = "2.3.1"

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

0 comments on commit 797f670

Please sign in to comment.