Skip to content

Commit

Permalink
0.4.3
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 Sep 5, 2022
1 parent ba7c6c6 commit 88efb56
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.4.3 (2022-09-05)
### Fix
* Devices not being detected with bluez ([#6](https://github.com/Bluetooth-Devices/thermopro-ble/issues/6)) ([`ba7c6c6`](https://github.com/Bluetooth-Devices/thermopro-ble/commit/ba7c6c66f977fcc589ddfa264b5122f563f021c1))

## v0.4.2 (2022-09-05)
### Fix
* Turn on rounding ([#5](https://github.com/Bluetooth-Devices/thermopro-ble/issues/5)) ([`6a74075`](https://github.com/Bluetooth-Devices/thermopro-ble/commit/6a740754d5128c6cf8ead4d214ecafd3ec03de5e))
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 = "thermopro-ble"
version = "0.4.2"
version = "0.4.3"
description = "Thermopro BLE Sensors"
authors = ["J. Nick Koston <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/thermopro_ble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from .parser import ThermoProBluetoothDeviceData

__version__ = "0.4.2"
__version__ = "0.4.3"

__all__ = [
"ThermoProBluetoothDeviceData",
Expand Down

0 comments on commit 88efb56

Please sign in to comment.