From 319901f13b7e4c1400c478a46a0c888b270a63cf Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 24 Aug 2022 11:40:27 +0000 Subject: [PATCH] 0.3.5 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- src/bthome_ble/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e150ede..f03f24c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.3.5 (2022-08-24) +### Fix +* Workaround for empty service_uuids ([`2cab081`](https://github.com/Bluetooth-Devices/bthome-ble/commit/2cab081c591de7807c02424819bfca243d360b69)) + ## v0.3.4 (2022-08-23) ### Fix * Length check ([`9817c84`](https://github.com/Bluetooth-Devices/bthome-ble/commit/9817c84f78993c743c354a09789354c6fa600a18)) diff --git a/pyproject.toml b/pyproject.toml index dab157e..e2397e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bthome-ble" -version = "0.3.4" +version = "0.3.5" description = "BThome BLE support" authors = ["Ernst Klamer "] license = "MIT" diff --git a/src/bthome_ble/__init__.py b/src/bthome_ble/__init__.py index 28a10da..8146083 100644 --- a/src/bthome_ble/__init__.py +++ b/src/bthome_ble/__init__.py @@ -13,7 +13,7 @@ from .parser import BThomeBluetoothDeviceData -__version__ = "0.3.4" +__version__ = "0.3.5" __all__ = [ "BThomeBluetoothDeviceData",