From dc7bdbf39d501258b79e2315d209e04eb6b9adf2 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 22 Jul 2022 19:18:14 +0000 Subject: [PATCH] 0.12.2 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 f986035..efdef89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.12.2 (2022-07-22) +### Fix +* Fixs for bbq sensors ([#23](https://github.com/Bluetooth-Devices/govee-ble/issues/23)) ([`132d04d`](https://github.com/Bluetooth-Devices/govee-ble/commit/132d04d91fc9161ff1a67a34c9b00c46afb2f708)) + ## v0.12.1 (2022-07-21) ### Fix * Bump sensor-state-data to fix typing ([#22](https://github.com/Bluetooth-Devices/govee-ble/issues/22)) ([`d5cdfc5`](https://github.com/Bluetooth-Devices/govee-ble/commit/d5cdfc506abeb4c81bbb0c2d0c7515f7c81266c5)) diff --git a/pyproject.toml b/pyproject.toml index 59d94f7..adb0aca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "govee-ble" -version = "0.12.1" +version = "0.12.2" 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 3bc7641..018efed 100644 --- a/src/govee_ble/__init__.py +++ b/src/govee_ble/__init__.py @@ -19,7 +19,7 @@ from .parser import GoveeBluetoothDeviceData -__version__ = "0.12.1" +__version__ = "0.12.2" __all__ = [ "GoveeBluetoothDeviceData",