Skip to content

Commit 7fb8287

Browse files
author
github-actions
committed
0.26.1
Automatically generated by python-semantic-release
1 parent 9918c70 commit 7fb8287

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

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+
511
## v0.26.0 (2024-02-18)
612

713
### Feature

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "xiaomi-ble"
3-
version = "0.26.0"
3+
version = "0.26.1"
44
description = "Manage Xiaomi BLE devices"
55
authors = ["John Carr <john.carr@unrouted.co.uk>"]
66
license = "Apache Software License 2.0"

src/xiaomi_ble/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from .devices import SLEEPY_DEVICE_MODELS
2121
from .parser import EncryptionScheme, XiaomiBluetoothDeviceData
2222

23-
__version__ = "0.26.0"
23+
__version__ = "0.26.1"
2424

2525
__all__ = [
2626
"SLEEPY_DEVICE_MODELS",

0 commit comments

Comments
 (0)