Skip to content

Commit

Permalink
0.10.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jul 20, 2022
1 parent 5fc9ece commit e9f798b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.10.2 (2022-07-20)
### Fix
* Bump deps ([#19](https://github.com/Bluetooth-Devices/govee-ble/issues/19)) ([`5fc9ece`](https://github.com/Bluetooth-Devices/govee-ble/commit/5fc9ece3d7502bfab84f9f287912f6375549cf49))

## v0.10.1 (2022-07-19)
### Fix
* Bump libs ([#18](https://github.com/Bluetooth-Devices/govee-ble/issues/18)) ([`e818e7c`](https://github.com/Bluetooth-Devices/govee-ble/commit/e818e7c4dc797a571e1d78426f62b940ec60c585))
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.10.1"
version = "0.10.2"
description = "Manage Govee BLE devices"
authors = ["J. Nick Koston <[email protected]>"]
license = "Apache Software License 2.0"
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

__version__ = "0.10.1"
__version__ = "0.10.2"

__all__ = [
"GoveeBluetoothDeviceData",
Expand Down

0 comments on commit e9f798b

Please sign in to comment.