Skip to content

Commit

Permalink
0.12.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jul 30, 2022
1 parent 24a0e92 commit 89d80ae
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.5 (2022-07-30)
### Fix
* H5179 is little endian and not big endian like the rest ([#26](https://github.com/Bluetooth-Devices/govee-ble/issues/26)) ([`24a0e92`](https://github.com/Bluetooth-Devices/govee-ble/commit/24a0e922f32ef476d51d0b13e90a737dfdc83676))

## v0.12.4 (2022-07-29)
### Fix
* Parser for h5182 had the wrong mfgr_id ([#25](https://github.com/Bluetooth-Devices/govee-ble/issues/25)) ([`57abb96`](https://github.com/Bluetooth-Devices/govee-ble/commit/57abb962b32994fe4ec8cb938ad89947838b8294))
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.4"
version = "0.12.5"
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.4"
__version__ = "0.12.5"

__all__ = [
"GoveeBluetoothDeviceData",
Expand Down

0 comments on commit 89d80ae

Please sign in to comment.