Skip to content

Commit

Permalink
0.17.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 3, 2023
1 parent 23f85e2 commit d9255f0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## v0.17.0 (2023-04-03)
### Feature
* Add updated lywsd02mmc device type and mmc w505 body temperature sensor ([`23f85e2`](https://github.com/Bluetooth-Devices/xiaomi-ble/commit/23f85e29e887e042fe2eeea83b15ca2e1beeea08))

## v0.16.4 (2023-02-17)
### Fix
* Add jtyjgd03mi to sleepy devices ([#42](https://github.com/Bluetooth-Devices/xiaomi-ble/issues/42)) ([`bcf72a2`](https://github.com/Bluetooth-Devices/xiaomi-ble/commit/bcf72a21f95ba932f361b203bee9dc804776c15b))
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.16.4"
version = "0.17.0"
description = "Manage Xiaomi BLE devices"
authors = ["John Carr <[email protected]>"]
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.16.4"
__version__ = "0.17.0"

__all__ = [
"SLEEPY_DEVICE_MODELS",
Expand Down

0 comments on commit d9255f0

Please sign in to comment.