Skip to content

Commit

Permalink
0.3.7
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user authored and github-actions committed Aug 25, 2022
1 parent 02cfcc9 commit 20b4db4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## v0.3.7 (2022-08-25)
### Fix
* Code format ([`f5c531f`](https://github.com/Bluetooth-Devices/bthome-ble/commit/f5c531f73ea4be7dd749f0301bb1e486a0493106))
* Use short address from data tools ([`722a97f`](https://github.com/Bluetooth-Devices/bthome-ble/commit/722a97f513b7c6db63173433dea629ba59445fda))

## v0.3.6 (2022-08-24)
### Fix
* Flake8 error ([`cc9f077`](https://github.com/Bluetooth-Devices/bthome-ble/commit/cc9f077ab9ce3685305a2407b17150a6e7f9bac5))
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 = "bthome-ble"
version = "0.3.6"
version = "0.3.7"
description = "BThome BLE support"
authors = ["Ernst Klamer <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/bthome_ble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from .parser import BThomeBluetoothDeviceData

__version__ = "0.3.6"
__version__ = "0.3.7"

__all__ = [
"BThomeBluetoothDeviceData",
Expand Down

0 comments on commit 20b4db4

Please sign in to comment.