From 6bb0f1ebb8aec2cb49a1b6627acc5ec5e37092f2 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 17 Jan 2025 20:08:11 +0000 Subject: [PATCH] 3.9.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 d8f3c6c..be750ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v3.9.0 (2025-01-17) + +### Feature + + +- Switch to native arm runners for wheel builds (#106) ([`bf7e98b`](https://github.com/Bluetooth-Devices/habluetooth/commit/bf7e98b099597916bb7566eb03472023f8acef97)) + + ## v3.8.0 (2025-01-10) ### Feature diff --git a/docs/conf.py b/docs/conf.py index 5668c10..917fe27 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.8.0" +release = "3.9.0" # General configuration extensions = [ diff --git a/pyproject.toml b/pyproject.toml index 20a0304..0d6779a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "habluetooth" -version = "3.8.0" +version = "3.9.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 8b785f2..299d348 100644 --- a/src/habluetooth/__init__.py +++ b/src/habluetooth/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.8.0" +__version__ = "3.9.0" from .advertisement_tracker import ( TRACKER_BUFFERING_WOBBLE_SECONDS,