From 12cc76f8c32e553889687baf165a32a31a0cab19 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 3 Dec 2023 00:03:33 +0000 Subject: [PATCH] 0.1.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ docs/conf.py | 2 +- pyproject.toml | 2 +- src/habluetooth/__init__.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 709114b..6e7ea7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.1.0 (2023-12-03) + +### Feature + +- Port base scanner from ha (#2) ([`e01a57b`](https://github.com/Bluetooth-Devices/habluetooth/commit/e01a57b6e0003ea8fe64b8e6e11ce09a35c1ada2)) + ## v0.0.1 (2023-12-02) ### Fix diff --git a/docs/conf.py b/docs/conf.py index 2bc025b..6f8f0c7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,7 +7,7 @@ project = "habluetooth" 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 6b82a72..6dd11be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "habluetooth" -version = "0.0.1" +version = "0.1.0" description = "High availability Bluetooth" authors = ["J. Nick Koston "] license = "Apache Software License 2.0" diff --git a/src/habluetooth/__init__.py b/src/habluetooth/__init__.py index 0c51cbf..bb5a453 100644 --- a/src/habluetooth/__init__.py +++ b/src/habluetooth/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.1" +__version__ = "0.1.0" from .base_scanner import BaseHaRemoteScanner, BaseHaScanner from .const import (