From 4179d763093b1effc73b1cfeaf7bd2f810910b01 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 10 Mar 2024 20:02:15 +0000 Subject: [PATCH] 0.26.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- src/xiaomi_ble/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ba78fe..811341e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.26.2 (2024-03-10) + +### Fix + +* Handle jagged stairstep for LYWSD03MMC humidity ([#73](https://github.com/Bluetooth-Devices/xiaomi-ble/issues/73)) ([`efb3229`](https://github.com/Bluetooth-Devices/xiaomi-ble/commit/efb322909933ac820b32012913ff3c35f9ca3659)) + ## v0.26.1 (2024-02-18) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 3ece580..604cb67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "xiaomi-ble" -version = "0.26.1" +version = "0.26.2" description = "Manage Xiaomi BLE devices" authors = ["John Carr "] license = "Apache Software License 2.0" diff --git a/src/xiaomi_ble/__init__.py b/src/xiaomi_ble/__init__.py index 8d32c33..2a91d32 100644 --- a/src/xiaomi_ble/__init__.py +++ b/src/xiaomi_ble/__init__.py @@ -20,7 +20,7 @@ from .devices import SLEEPY_DEVICE_MODELS from .parser import EncryptionScheme, XiaomiBluetoothDeviceData -__version__ = "0.26.1" +__version__ = "0.26.2" __all__ = [ "SLEEPY_DEVICE_MODELS",