Skip to content

Commit

Permalink
0.3.0
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 Sep 17, 2022
1 parent d40e64a commit f9e55f1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## v0.3.0 (2022-09-17)
### Feature
* Port suffix improvements for sensors ([`efbf0ec`](https://github.com/Bluetooth-Devices/kegtron-ble/commit/efbf0ecb6d8042fec5f8c5c298ed595d359b4135))
* Feat: port suffix improvements for sensors ([`5fbb513`](https://github.com/Bluetooth-Devices/kegtron-ble/commit/5fbb513976f68c3ec2a2562ed2f7d5aae21685e2))

## v0.2.0 (2022-09-16)
### Feature
* Port specific sensors ([`2cc12cd`](https://github.com/Bluetooth-Devices/kegtron-ble/commit/2cc12cd56e5390be335f324a58cf7985d0a9119c))
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 = "kegtron-ble"
version = "0.2.0"
version = "0.3.0"
description = "Kegtron BLE support"
authors = ["E. Klamer <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/kegtron_ble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from .parser import KegtronBluetoothDeviceData

__version__ = "0.2.0"
__version__ = "0.3.0"

__all__ = [
"KegtronBluetoothDeviceData",
Expand Down

0 comments on commit f9e55f1

Please sign in to comment.