From a272997565e86af0f3d14db3a43424448e6986c1 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 7 Aug 2022 19:19:42 +0000 Subject: [PATCH] 0.12.7 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- src/govee_ble/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b37519..ca32e5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.12.7 (2022-08-07) +### Fix +* Add 818 to the manufacturer_ids for the gvh5185 ([#28](https://github.com/Bluetooth-Devices/govee-ble/issues/28)) ([`f3cfb61`](https://github.com/Bluetooth-Devices/govee-ble/commit/f3cfb61c2d562b801570956901f669c27b0d77fb)) + ## v0.12.6 (2022-08-02) ### Fix * The GVH5074 is little endian ([#27](https://github.com/Bluetooth-Devices/govee-ble/issues/27)) ([`28e626c`](https://github.com/Bluetooth-Devices/govee-ble/commit/28e626c2527c395c507fbe00e7f18a184a3484f0)) diff --git a/pyproject.toml b/pyproject.toml index 0b39881..e9c3f88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "govee-ble" -version = "0.12.6" +version = "0.12.7" description = "Manage Govee BLE devices" authors = ["J. Nick Koston "] license = "Apache Software License 2.0" diff --git a/src/govee_ble/__init__.py b/src/govee_ble/__init__.py index 732d824..ee22a9f 100644 --- a/src/govee_ble/__init__.py +++ b/src/govee_ble/__init__.py @@ -19,7 +19,7 @@ from .parser import GoveeBluetoothDeviceData -__version__ = "0.12.6" +__version__ = "0.12.7" __all__ = [ "GoveeBluetoothDeviceData",