diff --git a/CHANGELOG.md b/CHANGELOG.md index 9676ee3..fafeac0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v2.3.2 (2024-01-06) + +### Fix + +- Update urls for the new home for this library (#43) ([`c6d4358`](https://github.com/aio-libs/aiohappyeyeballs/commit/c6d43586d5ca56472892767d4a47d28348158544)) + ## v2.3.1 (2023-12-14) ### Fix diff --git a/docs/conf.py b/docs/conf.py index 7a6dca9..7190891 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,7 +7,7 @@ project = "aiohappyeyeballs" copyright = "2023, J. Nick Koston" author = "J. Nick Koston" -release = "2.3.1" +release = "2.3.2" # General configuration extensions = [ diff --git a/pyproject.toml b/pyproject.toml index 5066c6e..2337a43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiohappyeyeballs" -version = "2.3.1" +version = "2.3.2" description = "Happy Eyeballs" authors = ["J. Nick Koston "] license = "PSF-2.0" diff --git a/src/aiohappyeyeballs/__init__.py b/src/aiohappyeyeballs/__init__.py index 236d0a2..0e7250b 100644 --- a/src/aiohappyeyeballs/__init__.py +++ b/src/aiohappyeyeballs/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.3.1" +__version__ = "2.3.2" from .impl import start_connection from .types import AddrInfoType