Commit 7fb8287 github-actions
committed
1 parent 9918c70 commit 7fb8287 Copy full SHA for 7fb8287
File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- next-version-placeholder-->
4
4
5
+ ## v0.26.1 (2024-02-18)
6
+
7
+ ### Fix
8
+
9
+ * Typo in lock events ([ #71 ] ( https://github.com/Bluetooth-Devices/xiaomi-ble/issues/71 ) ) ([ ` 9918c70 ` ] ( https://github.com/Bluetooth-Devices/xiaomi-ble/commit/9918c7004f4ed4d12045bcb486dc762064e8510f ) )
10
+
5
11
## v0.26.0 (2024-02-18)
6
12
7
13
### Feature
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " xiaomi-ble"
3
- version = " 0.26.0 "
3
+ version = " 0.26.1 "
4
4
description = " Manage Xiaomi BLE devices"
5
5
authors = [" John Carr <john.carr@unrouted.co.uk>" ]
6
6
license = " Apache Software License 2.0"
Original file line number Diff line number Diff line change 20
20
from .devices import SLEEPY_DEVICE_MODELS
21
21
from .parser import EncryptionScheme , XiaomiBluetoothDeviceData
22
22
23
- __version__ = "0.26.0 "
23
+ __version__ = "0.26.1 "
24
24
25
25
__all__ = [
26
26
"SLEEPY_DEVICE_MODELS" ,
You can’t perform that action at this time.
0 commit comments