Skip to content

Commit

Permalink
0.40.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 5e84208 commit 9f58bf0
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.40.0 (2024-07-24)

### Feature

* Add support for h5127 ([#101](https://github.com/Bluetooth-Devices/govee-ble/issues/101)) ([`5e84208`](https://github.com/Bluetooth-Devices/govee-ble/commit/5e8420811b07540999bdb8580f13653f2e413a21))

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

### Fix
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.1"
version = "0.40.0"
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.1"
__version__ = "0.40.0"

__all__ = [
"GoveeBluetoothDeviceData",
Expand Down

0 comments on commit 9f58bf0

Please sign in to comment.