From 034bb157cb69a0cb5e2d7b884da4cc8fb5ef573f Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 18 Mar 2024 07:59:04 +0000 Subject: [PATCH] 3.8.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- src/bthome_ble/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c11e3b2..1fa32c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v3.8.1 (2024-03-18) + +### Fix + +* Remove mac workaround ([#115](https://github.com/Bluetooth-Devices/bthome-ble/issues/115)) ([`303f833`](https://github.com/Bluetooth-Devices/bthome-ble/commit/303f8331dac612f848c875869284be0ca621692e)) + ## v3.8.0 (2024-03-10) ### Feature diff --git a/pyproject.toml b/pyproject.toml index b087c10..2fd82af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bthome-ble" -version = "3.8.0" +version = "3.8.1" description = "BThome BLE support" authors = ["Ernst Klamer "] license = "MIT" diff --git a/src/bthome_ble/__init__.py b/src/bthome_ble/__init__.py index 1ff90a2..4aa5dd0 100644 --- a/src/bthome_ble/__init__.py +++ b/src/bthome_ble/__init__.py @@ -15,7 +15,7 @@ from .parser import BTHomeBluetoothDeviceData -__version__ = "3.8.0" +__version__ = "3.8.1" __all__ = [ "BinarySensorDeviceClass",