Skip to content

Commit

Permalink
0.39.0
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 d88ffd6 commit 00ee3fb
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.0 (2024-07-24)

### Feature

* Add support for h5124 vibration sensors ([#99](https://github.com/Bluetooth-Devices/govee-ble/issues/99)) ([`d88ffd6`](https://github.com/Bluetooth-Devices/govee-ble/commit/d88ffd62e0089b87831ed10b00782a642eca253e))

## v0.38.0 (2024-07-17)

### 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.38.0"
version = "0.39.0"
description = "Manage Govee BLE devices"
authors = ["J. Nick Koston <nick@koston.org>"]
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.38.0"
__version__ = "0.39.0"

__all__ = [
"GoveeBluetoothDeviceData",
Expand Down

0 comments on commit 00ee3fb

Please sign in to comment.