Skip to content

Commit

Permalink
0.27.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 17, 2024
1 parent c5a900c commit 4ba5da7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## v0.27.1 (2024-03-17)

### Fix

* Remove mac workaround ([#75](https://github.com/Bluetooth-Devices/xiaomi-ble/issues/75)) ([`c5a900c`](https://github.com/Bluetooth-Devices/xiaomi-ble/commit/c5a900c5d6e23b62769a16c0840ceed174c3a8da))

## v0.27.0 (2024-03-10)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "xiaomi-ble"
version = "0.27.0"
version = "0.27.1"
description = "Manage Xiaomi BLE devices"
authors = ["John Carr <john.carr@unrouted.co.uk>"]
license = "Apache Software License 2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/xiaomi_ble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from .devices import SLEEPY_DEVICE_MODELS
from .parser import EncryptionScheme, XiaomiBluetoothDeviceData

__version__ = "0.27.0"
__version__ = "0.27.1"

__all__ = [
"SLEEPY_DEVICE_MODELS",
Expand Down

0 comments on commit 4ba5da7

Please sign in to comment.