From f1683041b65c5f27551c374bdd772dba4a7c54c8 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 21 Oct 2024 21:45:44 +0000 Subject: [PATCH] 0.33.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 0b6934a..d912644 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.33.0 (2024-10-21) + +### Feature + +* Add support for extracting cloud keys ([#98](https://github.com/Bluetooth-Devices/xiaomi-ble/issues/98)) ([`fdc3b90`](https://github.com/Bluetooth-Devices/xiaomi-ble/commit/fdc3b90cc07cd7e86e031c78bbb379800f549e72)) + ## v0.32.0 (2024-09-07) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 7f0cec7..33da8f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "xiaomi-ble" -version = "0.32.0" +version = "0.33.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 dbc2d1a..579a085 100644 --- a/src/xiaomi_ble/__init__.py +++ b/src/xiaomi_ble/__init__.py @@ -30,7 +30,7 @@ from .devices import SLEEPY_DEVICE_MODELS from .parser import EncryptionScheme, XiaomiBluetoothDeviceData -__version__ = "0.32.0" +__version__ = "0.33.0" __all__ = [ "SLEEPY_DEVICE_MODELS",