From c54b0ed7258a60e5f7fa04c81439fe90f7a6ec5e Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 27 Aug 2024 18:26:38 +0000 Subject: [PATCH] 0.31.0 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 3a28d16..dac1687 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.31.0 (2024-08-27) + +### Feature + +* Support xiaomi occupancy(human presence) sensor (XMOSB01XS) ([#93](https://github.com/Bluetooth-Devices/xiaomi-ble/issues/93)) ([`f10c72b`](https://github.com/Bluetooth-Devices/xiaomi-ble/commit/f10c72b166572e8e711469da693192cdab5049c2)) + ## v0.30.2 (2024-07-05) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 8a5a545..459748c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "xiaomi-ble" -version = "0.30.2" +version = "0.31.0" description = "Manage Xiaomi BLE devices" authors = ["John Carr "] license = "Apache-2.0" diff --git a/src/xiaomi_ble/__init__.py b/src/xiaomi_ble/__init__.py index c0f8b75..e48b8c8 100644 --- a/src/xiaomi_ble/__init__.py +++ b/src/xiaomi_ble/__init__.py @@ -21,7 +21,7 @@ from .devices import SLEEPY_DEVICE_MODELS from .parser import EncryptionScheme, XiaomiBluetoothDeviceData -__version__ = "0.30.2" +__version__ = "0.31.0" __all__ = [ "SLEEPY_DEVICE_MODELS",