From 09af094c4ee70323ad503d79b957a8a916eb280b Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 27 Jul 2024 00:03:28 +0000 Subject: [PATCH] 3.2.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 2758dd1..cf8a904 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v3.2.0 (2024-07-27) + +### Feature + +- Small speed ups to scanner detection callback (#55) ([`7a5129a`](https://github.com/Bluetooth-Devices/habluetooth/commit/7a5129a40a12382c089453880210c41bb0f28a32)) + ## v3.1.3 (2024-06-24) ### Fix diff --git a/docs/conf.py b/docs/conf.py index f164008..be5d3a4 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 = "3.1.3" +release = "3.2.0" # General configuration extensions = [ diff --git a/pyproject.toml b/pyproject.toml index e7e9c00..f36b333 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "habluetooth" -version = "3.1.3" +version = "3.2.0" description = "High availability Bluetooth" authors = ["J. Nick Koston "] readme = "README.md" diff --git a/src/habluetooth/__init__.py b/src/habluetooth/__init__.py index a7ee8bf..edf36ee 100644 --- a/src/habluetooth/__init__.py +++ b/src/habluetooth/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.1.3" +__version__ = "3.2.0" from .advertisement_tracker import ( TRACKER_BUFFERING_WOBBLE_SECONDS,