Skip to content

Commit

Permalink
0.12.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jul 21, 2022
1 parent d5cdfc5 commit 630c714
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.1 (2022-07-21)
### Fix
* Bump sensor-state-data to fix typing ([#22](https://github.com/Bluetooth-Devices/govee-ble/issues/22)) ([`d5cdfc5`](https://github.com/Bluetooth-Devices/govee-ble/commit/d5cdfc506abeb4c81bbb0c2d0c7515f7c81266c5))

## v0.12.0 (2022-07-21)
### Feature
* Refactor for sensor-state-data 2 ([#21](https://github.com/Bluetooth-Devices/govee-ble/issues/21)) ([`b7fb4dc`](https://github.com/Bluetooth-Devices/govee-ble/commit/b7fb4dcef279e1eeb4b53e47e8f684c3a785e3c2))
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.0"
version = "0.12.1"
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.0"
__version__ = "0.12.1"

__all__ = [
"GoveeBluetoothDeviceData",
Expand Down

0 comments on commit 630c714

Please sign in to comment.