Skip to content

Commit

Permalink
0.12.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jul 22, 2022
1 parent 4407ed4 commit 9af4f22
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.12.3 (2022-07-22)
### Fix
* Names for bbq devices ([#24](https://github.com/Bluetooth-Devices/govee-ble/issues/24)) ([`4407ed4`](https://github.com/Bluetooth-Devices/govee-ble/commit/4407ed431f4280ca77b7a31cd4fa930f878aee77))

## v0.12.2 (2022-07-22)
### Fix
* Fixs for bbq sensors ([#23](https://github.com/Bluetooth-Devices/govee-ble/issues/23)) ([`132d04d`](https://github.com/Bluetooth-Devices/govee-ble/commit/132d04d91fc9161ff1a67a34c9b00c46afb2f708))
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 = "govee-ble"
version = "0.12.2"
version = "0.12.3"
description = "Manage Govee BLE devices"
authors = ["J. Nick Koston <[email protected]>"]
license = "Apache Software License 2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/govee_ble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

from .parser import GoveeBluetoothDeviceData

__version__ = "0.12.2"
__version__ = "0.12.3"

__all__ = [
"GoveeBluetoothDeviceData",
Expand Down

0 comments on commit 9af4f22

Please sign in to comment.