From dae762e6c8d9e3419fca37caf554daa29e8a5dbe Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 20 Jan 2025 02:47:24 +0000 Subject: [PATCH] 3.9.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ docs/conf.py | 2 +- pyproject.toml | 2 +- src/habluetooth/__init__.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da7473a..1cdf646 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v3.9.2 (2025-01-20) + +### Fix + + +- Increase rssi switch value to 16 (#111) ([`db367db`](https://github.com/Bluetooth-Devices/habluetooth/commit/db367dbef3fa883348a72cf17e29d9c26a09de53)) + + ## v3.9.1 (2025-01-20) ### Fix diff --git a/docs/conf.py b/docs/conf.py index 672c4e6..7f79fd4 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.9.1" +release = "3.9.2" # General configuration extensions = [ diff --git a/pyproject.toml b/pyproject.toml index ccaf9a3..53b3cbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "habluetooth" -version = "3.9.1" +version = "3.9.2" description = "High availability Bluetooth" authors = ["J. Nick Koston "] readme = "README.md" diff --git a/src/habluetooth/__init__.py b/src/habluetooth/__init__.py index 2ac8147..a41fb47 100644 --- a/src/habluetooth/__init__.py +++ b/src/habluetooth/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.9.1" +__version__ = "3.9.2" from .advertisement_tracker import ( TRACKER_BUFFERING_WOBBLE_SECONDS,