Skip to content

Commit

Permalink
0.39.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 24, 2024
1 parent 142e7c5 commit 304af5b
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.39.1 (2024-07-24)

### Fix

* Vibration sensor is on only and should have been an event ([#100](https://github.com/Bluetooth-Devices/govee-ble/issues/100)) ([`142e7c5`](https://github.com/Bluetooth-Devices/govee-ble/commit/142e7c50bb6db8cdf3f9818c85645280b0bb25fc))

## v0.39.0 (2024-07-24)

### 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.39.0"
version = "0.39.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 @@ -25,7 +25,7 @@

from .parser import GoveeBluetoothDeviceData, SensorType, get_model_info, ModelInfo

__version__ = "0.39.0"
__version__ = "0.39.1"

__all__ = [
"GoveeBluetoothDeviceData",
Expand Down

0 comments on commit 304af5b

Please sign in to comment.