Skip to content

Commit 3f4b0b3

Browse files
actions-usergithub-actions
authored and
github-actions
committed
0.8.1
Automatically generated by python-semantic-release
1 parent 9cba262 commit 3f4b0b3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.8.1 (2022-10-17)
6+
### Fix
7+
* Remove leftover debug lines ([#20](https://github.com/Bluetooth-Devices/qingping-ble/issues/20)) ([`9cba262`](https://github.com/Bluetooth-Devices/qingping-ble/commit/9cba2625fb78afe5cd27c3d91c281dff7c414151))
8+
59
## v0.8.0 (2022-10-16)
610
### Feature
711
* 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))

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "qingping-ble"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
description = "Qingping BLE support"
55
authors = ["J. Nick Koston <nick@koston.org>"]
66
license = "MIT"

src/qingping_ble/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
from .parser import QingpingBluetoothDeviceData
1717

18-
__version__ = "0.8.0"
18+
__version__ = "0.8.1"
1919

2020
__all__ = [
2121
"QingpingBluetoothDeviceData",

0 commit comments

Comments
 (0)