Skip to content

Commit

Permalink
0.5.1
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 Dec 17, 2022
1 parent 8541370 commit 15dc78d
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.5.1 (2022-12-17)
### Fix
* Negative temperature ([#7](https://github.com/Bluetooth-Devices/sensorpro-ble/issues/7)) ([`8541370`](https://github.com/Bluetooth-Devices/sensorpro-ble/commit/854137058cff08a7def3f387d952b7d926919f21))

## v0.5.0 (2022-08-30)
### Feature
* Add support for the t201/t301 ([#5](https://github.com/Bluetooth-Devices/sensorpro-ble/issues/5)) ([`8235d01`](https://github.com/Bluetooth-Devices/sensorpro-ble/commit/8235d01f291e34e2cbbdce9e6dd7a888297ac84e))
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 = "sensorpro-ble"
version = "0.5.0"
version = "0.5.1"
description = "SensorPro BLE Devices"
authors = ["J. Nick Koston <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/sensorpro_ble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from .parser import SensorProBluetoothDeviceData

__version__ = "0.5.0"
__version__ = "0.5.1"

__all__ = [
"SensorProBluetoothDeviceData",
Expand Down

0 comments on commit 15dc78d

Please sign in to comment.