From 304af5bf75cb4d04607c76b36c9580a02f563746 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 24 Jul 2024 21:19:45 +0000 Subject: [PATCH] 0.39.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- src/govee_ble/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14a512e..c0fe6b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.39.1 (2024-07-24) + +### Fix + +* Vibration sensor is on only and should have been an event ([#100](https://github.com/Bluetooth-Devices/govee-ble/issues/100)) ([`142e7c5`](https://github.com/Bluetooth-Devices/govee-ble/commit/142e7c50bb6db8cdf3f9818c85645280b0bb25fc)) + ## v0.39.0 (2024-07-24) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 8804700..2c33015 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "govee-ble" -version = "0.39.0" +version = "0.39.1" description = "Manage Govee BLE devices" authors = ["J. Nick Koston "] readme = "README.md" diff --git a/src/govee_ble/__init__.py b/src/govee_ble/__init__.py index df7f4dd..9398416 100644 --- a/src/govee_ble/__init__.py +++ b/src/govee_ble/__init__.py @@ -25,7 +25,7 @@ from .parser import GoveeBluetoothDeviceData, SensorType, get_model_info, ModelInfo -__version__ = "0.39.0" +__version__ = "0.39.1" __all__ = [ "GoveeBluetoothDeviceData",