From f789ff795ac7044eb8fb9b2b4e677a63a18106b0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 25 Jun 2024 14:46:21 +0000 Subject: [PATCH] 0.30.1 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 8df193d..778a570 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.30.1 (2024-06-25) + +### Fix + +* Fix license classifier ([#81](https://github.com/Bluetooth-Devices/xiaomi-ble/issues/81)) ([`27072da`](https://github.com/Bluetooth-Devices/xiaomi-ble/commit/27072da63e01204f3bae81b7ddf734790896f0b5)) + ## v0.30.0 (2024-06-17) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 9815656..41ea821 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "xiaomi-ble" -version = "0.30.0" +version = "0.30.1" 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 6f7e393..94543ac 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.30.0" +__version__ = "0.30.1" __all__ = [ "SLEEPY_DEVICE_MODELS",