Skip to content

Commit

Permalink
0.31.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jun 24, 2024
1 parent 88408cf commit 890aa4f
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.31.3 (2024-06-24)

### Fix

* Fix license classifier ([#86](https://github.com/Bluetooth-Devices/govee-ble/issues/86)) ([`88408cf`](https://github.com/Bluetooth-Devices/govee-ble/commit/88408cfe3c6d075718e0fdddbf7fed38c27e59f1))

## v0.31.2 (2024-04-25)

### 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.31.2"
version = "0.31.3"
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 @@ -19,7 +19,7 @@

from .parser import GoveeBluetoothDeviceData

__version__ = "0.31.2"
__version__ = "0.31.3"

__all__ = [
"GoveeBluetoothDeviceData",
Expand Down

0 comments on commit 890aa4f

Please sign in to comment.