From c8febb9230e1ec7d08855c6cde738c5f8dcb0afe Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 16 Apr 2024 20:46:08 +0000 Subject: [PATCH] 2.5.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 7698cfe..afda1da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v2.5.1 (2024-04-16) + +### Fix + +- Wheel builds (#34) ([`5bd671a`](https://github.com/Bluetooth-Devices/habluetooth/commit/5bd671a159292dffe30a69639411926d0bc28123)) + ## v2.5.0 (2024-04-16) ### Feature diff --git a/docs/conf.py b/docs/conf.py index f291186..7721c8c 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.5.0" +release = "2.5.1" # General configuration extensions = [ diff --git a/pyproject.toml b/pyproject.toml index 102d3aa..fc261ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "habluetooth" -version = "2.5.0" +version = "2.5.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 5c736b5..0c696c6 100644 --- a/src/habluetooth/__init__.py +++ b/src/habluetooth/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.5.0" +__version__ = "2.5.1" from .advertisement_tracker import ( TRACKER_BUFFERING_WOBBLE_SECONDS,