From 9e2bbdb75c3fd144158933bf35c7b2ccd93420d1 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 9 Dec 2023 22:24:09 +0000 Subject: [PATCH] 1.5.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ docs/conf.py | 2 +- pyproject.toml | 2 +- src/aiohappyeyeballs/__init__.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4edc767..228bd93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v1.5.0 (2023-12-09) + +### Feature + +- Add coverage for setblocking failing (#19) ([`f759a08`](https://github.com/bdraco/aiohappyeyeballs/commit/f759a08180f0237cb68d353090f7ba0efe625074)) +- Add cover for passing the loop (#18) ([`2d26911`](https://github.com/bdraco/aiohappyeyeballs/commit/2d26911e9237691c168a705b2d6be2a68fa8b7ac)) + ## v1.4.1 (2023-12-09) ### Fix diff --git a/docs/conf.py b/docs/conf.py index c3c07f6..7a93116 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 = "1.4.1" +release = "1.5.0" # General configuration extensions = [ diff --git a/pyproject.toml b/pyproject.toml index dec264e..d92facc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiohappyeyeballs" -version = "1.4.1" +version = "1.5.0" description = "Happy Eyeballs" authors = ["J. Nick Koston "] license = "Apache Software License 2.0" diff --git a/src/aiohappyeyeballs/__init__.py b/src/aiohappyeyeballs/__init__.py index f696751..84a5946 100644 --- a/src/aiohappyeyeballs/__init__.py +++ b/src/aiohappyeyeballs/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.4.1" +__version__ = "1.5.0" from .impl import AddrInfoType, start_connection