From d4fe414c010271c1fce873e37ef0cad25d91f547 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 7 Dec 2023 19:24:53 +0000 Subject: [PATCH] 0.10.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 394c506..d9cff82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.10.0 (2023-12-07) + +### Feature + +- Small speed ups to base_scanner (#17) ([`e1ff7e9`](https://github.com/Bluetooth-Devices/habluetooth/commit/e1ff7e9fb91a274b1a4bf6943a26e2a3f19780e7)) + ## v0.9.0 (2023-12-06) ### Feature diff --git a/docs/conf.py b/docs/conf.py index aee2f9d..b18151d 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.9.0" +release = "0.10.0" # General configuration extensions = [ diff --git a/pyproject.toml b/pyproject.toml index 989f51b..a5202a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "habluetooth" -version = "0.9.0" +version = "0.10.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 efd34ed..6741e72 100644 --- a/src/habluetooth/__init__.py +++ b/src/habluetooth/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.9.0" +__version__ = "0.10.0" from .advertisement_tracker import ( TRACKER_BUFFERING_WOBBLE_SECONDS,