Skip to content

Commit 915d8d5

Browse files
author
github-actions
committed
0.42.1
Automatically generated by python-semantic-release
1 parent e61a9cb commit 915d8d5

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.42.1 (2025-02-04)
6+
7+
### Fix
8+
9+
* Update poetry to v2 + add license to metadata ([#137](https://github.com/Bluetooth-Devices/govee-ble/issues/137)) ([`e61a9cb`](https://github.com/Bluetooth-Devices/govee-ble/commit/e61a9cb4903215bfce3dca7efec140b3a21d6d0b))
10+
511
## v0.42.0 (2025-01-16)
612

713
### Feature

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "govee-ble"
3-
version = "0.42.0"
3+
version = "0.42.1"
44
license = "Apache-2.0"
55
description = "Manage Govee BLE devices"
66
authors = [{ name = "J. Nick Koston", email = "nick@koston.org" }]

src/govee_ble/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
from .parser import GoveeBluetoothDeviceData, SensorType, get_model_info, ModelInfo
2727

28-
__version__ = "0.42.0"
28+
__version__ = "0.42.1"
2929

3030
__all__ = [
3131
"GoveeBluetoothDeviceData",

0 commit comments

Comments
 (0)