From c430621686c34f956a1072822afc65b27a1281d0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 22 Jan 2025 03:01:16 +0000 Subject: [PATCH] 3.11.0 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 9744bea..de57345 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v3.11.0 (2025-01-22) + +### Feature + + +- Add api for getting current slot allocations (#116) ([`0a9bef9`](https://github.com/Bluetooth-Devices/habluetooth/commit/0a9bef927c5f29c3e724fb60aa06706b6d896f82)) + + ## v3.10.0 (2025-01-21) ### Feature diff --git a/docs/conf.py b/docs/conf.py index 43a525e..bcf523a 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.10.0" +release = "3.11.0" # General configuration extensions = [ diff --git a/pyproject.toml b/pyproject.toml index a7adc8a..eb4fe49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "habluetooth" -version = "3.10.0" +version = "3.11.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 6c35773..57ac505 100644 --- a/src/habluetooth/__init__.py +++ b/src/habluetooth/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.10.0" +__version__ = "3.11.0" from .advertisement_tracker import ( TRACKER_BUFFERING_WOBBLE_SECONDS,