From 50f1e823dc8c9e69e0659899c0ce7fb73b131b94 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 9 Dec 2023 19:17:59 +0000 Subject: [PATCH] 0.1.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ docs/conf.py | 2 +- pyproject.toml | 2 +- src/aiohappyeyeballs/__init__.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44c634a..fbd1114 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.1.0 (2023-12-09) + +### Feature + +- Init (#2) ([`c9a9099`](https://github.com/bdraco/aiohappyeyeballs/commit/c9a90994a40d5f49cb37d3e2708db4b4278649ef)) + ## v0.0.1 (2023-12-09) ### Fix diff --git a/docs/conf.py b/docs/conf.py index 2e1b69a..e3bb23c 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 = "0.0.1" +release = "0.1.0" # General configuration extensions = [ diff --git a/pyproject.toml b/pyproject.toml index 4e00995..4d1c25f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiohappyeyeballs" -version = "0.0.1" +version = "0.1.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 6751e1a..324003d 100644 --- a/src/aiohappyeyeballs/__init__.py +++ b/src/aiohappyeyeballs/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.1" +__version__ = "0.1.0" from .impl import create_connection