Skip to content

Commit

Permalink
0.36.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jul 16, 2024
1 parent 2083a01 commit 19c6a29
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.36.1 (2024-07-16)

### Fix

* Handle model not yet set ([#95](https://github.com/Bluetooth-Devices/govee-ble/issues/95)) ([`2083a01`](https://github.com/Bluetooth-Devices/govee-ble/commit/2083a01ecb102e1c9dd2292b898c22da8695b1d3))

## v0.36.0 (2024-07-16)

### Feature
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.36.0"
version = "0.36.1"
description = "Manage Govee BLE devices"
authors = ["J. Nick Koston <[email protected]>"]
readme = "README.md"
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 @@ -20,7 +20,7 @@

from .parser import GoveeBluetoothDeviceData, SensorType, get_model_info, ModelInfo

__version__ = "0.36.0"
__version__ = "0.36.1"

__all__ = [
"GoveeBluetoothDeviceData",
Expand Down

0 comments on commit 19c6a29

Please sign in to comment.