From 0a33c85c54efe4745c4136010b6933812dbc8ade Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 11 Dec 2023 20:50:48 +0000 Subject: [PATCH] 0.11.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 d9cff82..c869e00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.11.0 (2023-12-11) + +### Feature + +- Relocate bluetoothserviceinfobleak (#18) ([`4f4f32d`](https://github.com/Bluetooth-Devices/habluetooth/commit/4f4f32d78d6abe21e28171f54ff5f3b17c8fb702)) + ## v0.10.0 (2023-12-07) ### Feature diff --git a/docs/conf.py b/docs/conf.py index b18151d..b4c14a3 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.10.0" +release = "0.11.0" # General configuration extensions = [ diff --git a/pyproject.toml b/pyproject.toml index 0f8f64a..3490007 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "habluetooth" -version = "0.10.0" +version = "0.11.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 015d8da..d94c4ae 100644 --- a/src/habluetooth/__init__.py +++ b/src/habluetooth/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.10.0" +__version__ = "0.11.0" from .advertisement_tracker import ( TRACKER_BUFFERING_WOBBLE_SECONDS,