From 8d6a3fd6c23a9ea708cc22810d54616ed3251b20 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sun, 19 May 2024 08:29:32 +0000 Subject: [PATCH] 0.1.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ docs/conf.py | 2 +- pyproject.toml | 2 +- src/aiozoneinfo/__init__.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 287fb22..3161e35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ # Changelog +## v0.1.0 (2024-05-19) + +### Feature + +- First version (#1) ([`b2c2163`](https://github.com/Bluetooth-Devices/aiozoneinfo/commit/b2c2163b9483cba086a954e503cc0b07ae08a4c9)) + ## v0.0.0 (2024-05-18) diff --git a/docs/conf.py b/docs/conf.py index cf2a384..751dfed 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,7 +7,7 @@ project = "aiozoneinfo" copyright = "2024, J. Nick Koston" author = "J. Nick Koston" -release = "0.0.0" +release = "0.1.0" # General configuration extensions = [ diff --git a/pyproject.toml b/pyproject.toml index c075eb4..97a1bfa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiozoneinfo" -version = "0.0.0" +version = "0.1.0" description = "Tools to fetch zoneinfo with asyncio" authors = ["J. Nick Koston "] license = "Apache Software License 2.0" diff --git a/src/aiozoneinfo/__init__.py b/src/aiozoneinfo/__init__.py index 4b28281..e50c700 100644 --- a/src/aiozoneinfo/__init__.py +++ b/src/aiozoneinfo/__init__.py @@ -1,6 +1,6 @@ from __future__ import annotations -__version__ = "0.0.0" +__version__ = "0.1.0" import asyncio import weakref