Skip to content

Commit

Permalink
0.8.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 Oct 17, 2022
1 parent 9cba262 commit 3f4b0b3
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.8.1 (2022-10-17)
### Fix
* Remove leftover debug lines ([#20](https://github.com/Bluetooth-Devices/qingping-ble/issues/20)) ([`9cba262`](https://github.com/Bluetooth-Devices/qingping-ble/commit/9cba2625fb78afe5cd27c3d91c281dff7c414151))

## v0.8.0 (2022-10-16)
### Feature
* Add support for temp rh pro e ([#19](https://github.com/Bluetooth-Devices/qingping-ble/issues/19)) ([`7c7c9af`](https://github.com/Bluetooth-Devices/qingping-ble/commit/7c7c9af770f8c83e091250bd7bb80bb8d67e5cf3))
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 = "qingping-ble"
version = "0.8.0"
version = "0.8.1"
description = "Qingping BLE support"
authors = ["J. Nick Koston <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/qingping_ble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from .parser import QingpingBluetoothDeviceData

__version__ = "0.8.0"
__version__ = "0.8.1"

__all__ = [
"QingpingBluetoothDeviceData",
Expand Down

0 comments on commit 3f4b0b3

Please sign in to comment.