From 6acab06c44b3f7e3b144ab0cc5178ceb46425367 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 2 May 2024 22:31:17 +0000 Subject: [PATCH] 2.8.1 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 b0337e3..f611cdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v2.8.1 (2024-05-02) + +### Fix + +- Add missing find_device_by_address mapping (#43) ([`cc8e57e`](https://github.com/Bluetooth-Devices/habluetooth/commit/cc8e57eef7b97a6f2a30488a64d156cb5023c6c6)) + ## v2.8.0 (2024-04-17) ### Feature diff --git a/docs/conf.py b/docs/conf.py index 587a47b..d575b49 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 = "2.8.0" +release = "2.8.1" # General configuration extensions = [ diff --git a/pyproject.toml b/pyproject.toml index d53b629..6881c4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "habluetooth" -version = "2.8.0" +version = "2.8.1" 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 e79f8cf..f836112 100644 --- a/src/habluetooth/__init__.py +++ b/src/habluetooth/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.8.0" +__version__ = "2.8.1" from .advertisement_tracker import ( TRACKER_BUFFERING_WOBBLE_SECONDS,