Skip to content

Commit

Permalink
0.30.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jul 5, 2024
1 parent cf7d48c commit b917ac7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## v0.30.2 (2024-07-05)

### Fix

* Force release ([`cf7d48c`](https://github.com/Bluetooth-Devices/xiaomi-ble/commit/cf7d48c2194666eaede56ebd9ab3bfbc5ddfe3b1))
* Force release ([`7bcbda1`](https://github.com/Bluetooth-Devices/xiaomi-ble/commit/7bcbda1a6468fad98a0959cc05001ddbd478b81b))
* Force release ([`bae0ff3`](https://github.com/Bluetooth-Devices/xiaomi-ble/commit/bae0ff33e69ac4b40f5e6f090e3dbfd7af241ff8))
* Force release ([`2ed0584`](https://github.com/Bluetooth-Devices/xiaomi-ble/commit/2ed05848718d1d80a7edb410bd7a229f8334d4de))

## v0.30.1 (2024-06-25)

### Fix
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.30.1"
version = "0.30.2"
description = "Manage Xiaomi BLE devices"
authors = ["John Carr <john.carr@unrouted.co.uk>"]
license = "Apache-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 @@ -21,7 +21,7 @@
from .devices import SLEEPY_DEVICE_MODELS
from .parser import EncryptionScheme, XiaomiBluetoothDeviceData

__version__ = "0.30.1"
__version__ = "0.30.2"

__all__ = [
"SLEEPY_DEVICE_MODELS",
Expand Down

0 comments on commit b917ac7

Please sign in to comment.