From 9ee6c3cd8d127248b95dbb197c46e3e87eca2acf Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 17 Jul 2024 16:20:54 +0000 Subject: [PATCH] 0.38.0 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 e9a2bb7..592bdc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.38.0 (2024-07-17) + +### Feature + +* Add support for binary sensors ([#97](https://github.com/Bluetooth-Devices/govee-ble/issues/97)) ([`ab22cdb`](https://github.com/Bluetooth-Devices/govee-ble/commit/ab22cdbc291ee95ad107003dad1d7ec001e1f63b)) + ## v0.37.0 (2024-07-16) ### Feature diff --git a/pyproject.toml b/pyproject.toml index b3a9456..0a67333 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "govee-ble" -version = "0.37.0" +version = "0.38.0" 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 d49cf0c..884b325 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.37.0" +__version__ = "0.38.0" __all__ = [ "GoveeBluetoothDeviceData",