Skip to content

Commit

Permalink
0.36.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 16, 2024
1 parent 9111e16 commit 3a595b4
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.0 (2024-07-16)

### Feature

* Expose ModelInfo ([#94](https://github.com/Bluetooth-Devices/govee-ble/issues/94)) ([`9111e16`](https://github.com/Bluetooth-Devices/govee-ble/commit/9111e16a6385258dd11b9756c2ed4d2cbdd7c50a))

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

### 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.35.1"
version = "0.36.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 @@ -20,7 +20,7 @@

from .parser import GoveeBluetoothDeviceData, SensorType, get_model_info, ModelInfo

__version__ = "0.35.1"
__version__ = "0.36.0"

__all__ = [
"GoveeBluetoothDeviceData",
Expand Down

0 comments on commit 3a595b4

Please sign in to comment.