From 0a942c9879da814190ea78d5c247fbbb87611ebd Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 22 Jan 2024 23:31:02 +0000 Subject: [PATCH] 2.4.0 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 ea5e03f..cd9a79e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v2.4.0 (2024-01-22) + +### Feature + +- Improve error reporting resolution suggestions (#29) ([`afff5ba`](https://github.com/Bluetooth-Devices/habluetooth/commit/afff5ba4dfd8a5582174b367ae5ed9c9953b81e9)) + ## v2.3.1 (2024-01-22) ### Fix diff --git a/docs/conf.py b/docs/conf.py index 50f16f1..d8730a9 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.3.1" +release = "2.4.0" # General configuration extensions = [ diff --git a/pyproject.toml b/pyproject.toml index 0427af5..cd86694 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "habluetooth" -version = "2.3.1" +version = "2.4.0" 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 35385ca..30ba548 100644 --- a/src/habluetooth/__init__.py +++ b/src/habluetooth/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.3.1" +__version__ = "2.4.0" from .advertisement_tracker import ( TRACKER_BUFFERING_WOBBLE_SECONDS,