Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Dec 16, 2023
1 parent ac9fa97 commit c7622c2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## v0.9.0 (2023-12-16)

### Feature

* Add support for cgp23w ([#24](https://github.com/Bluetooth-Devices/qingping-ble/issues/24)) ([`ac9fa97`](https://github.com/Bluetooth-Devices/qingping-ble/commit/ac9fa971aa3f259d7f896dcc7e03202aaef7be1e))

## v0.8.2 (2022-10-21)
### Fix
* Handle door left open notifications ([#21](https://github.com/Bluetooth-Devices/qingping-ble/issues/21)) ([`a10fe7f`](https://github.com/Bluetooth-Devices/qingping-ble/commit/a10fe7f42b8fad9ede516701130d8e82fe86709f))
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.2"
version = "0.9.0"
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.2"
__version__ = "0.9.0"

__all__ = [
"QingpingBluetoothDeviceData",
Expand Down

0 comments on commit c7622c2

Please sign in to comment.