Skip to content

Commit d26ba6f

Browse files
author
github-actions
committed
0.34.1
Automatically generated by python-semantic-release
1 parent 98e313b commit d26ba6f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.34.1 (2025-03-29)
6+
7+
### Fix
8+
9+
* Rewrite struct ([#151](https://github.com/Bluetooth-Devices/xiaomi-ble/issues/151)) ([`98e313b`](https://github.com/Bluetooth-Devices/xiaomi-ble/commit/98e313be6b057407385893833f4d6d9482568515))
10+
511
## v0.34.0 (2025-03-29)
612

713
### Feature

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "xiaomi-ble"
3-
version = "0.34.0"
3+
version = "0.34.1"
44
description = "Manage Xiaomi BLE devices"
55
authors = ["John Carr <john.carr@unrouted.co.uk>"]
66
license = "Apache-2.0"

src/xiaomi_ble/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
from .devices import SLEEPY_DEVICE_MODELS
3131
from .parser import EncryptionScheme, XiaomiBluetoothDeviceData
3232

33-
__version__ = "0.34.0"
33+
__version__ = "0.34.1"
3434

3535
__all__ = [
3636
"SLEEPY_DEVICE_MODELS",

0 commit comments

Comments
 (0)