Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jul 22, 2022
1 parent b7b97ba commit 2b51467
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.0.2 (2022-07-22)
### Fix
* Re-export sensor state classes like other bluetooth helpers ([`b7b97ba`](https://github.com/Bluetooth-Devices/xiaomi-ble/commit/b7b97ba50963218d45d9d883179302aca08987ca))

## v0.0.1 (2022-07-22)
### Fix
* Use fromutctimestamp for stable tests ([`c1e574c`](https://github.com/Bluetooth-Devices/xiaomi-ble/commit/c1e574c7a3e3eed98ee061764efc37599b9c251b))
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.0.1"
version = "0.0.2"
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 @@ -19,7 +19,7 @@

from .parser import XiaomiBluetoothDeviceData

__version__ = "0.0.1"
__version__ = "0.0.2"

__all__ = [
"XiaomiBluetoothDeviceData",
Expand Down

0 comments on commit 2b51467

Please sign in to comment.