Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user authored and github-actions committed Jan 4, 2023
1 parent a5a780f commit 3d4db9f
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.2.1 (2023-01-04)
### Fix
* New device_id for THD ([#4](https://github.com/Bluetooth-Devices/bluemaestro-ble/issues/4)) ([`a5a780f`](https://github.com/Bluetooth-Devices/bluemaestro-ble/commit/a5a780f677efff245240948aa4023b120805050f))

## v0.2.0 (2022-09-03)
### Feature
* First release ([#2](https://github.com/Bluetooth-Devices/bluemaestro-ble/issues/2)) ([`78333b4`](https://github.com/Bluetooth-Devices/bluemaestro-ble/commit/78333b4aab83db667628c669fcd011c5533da04b))
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 = "bluemaestro-ble"
version = "0.2.0"
version = "0.2.1"
description = "bluemaestro BLE devices"
authors = ["J. Nick Koston <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/bluemaestro_ble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from .parser import BlueMaestroBluetoothDeviceData

__version__ = "0.2.0"
__version__ = "0.2.1"

__all__ = [
"BlueMaestroBluetoothDeviceData",
Expand Down

0 comments on commit 3d4db9f

Please sign in to comment.