Skip to content

Commit

Permalink
0.4.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 20, 2022
1 parent 65c7b99 commit ab9e0b1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## v0.4.0 (2022-09-20)
### Feature
* Use device_id for ports ([`554b196`](https://github.com/Bluetooth-Devices/kegtron-ble/commit/554b1967fe34ad6b444ac28bf292bdf3b2ec3197))

### Fix
* Some more formatting issues ([`5a5edb7`](https://github.com/Bluetooth-Devices/kegtron-ble/commit/5a5edb7258658da04796f60947986f02edb8ff5e))
* Code formatting issues ([`fb91f4b`](https://github.com/Bluetooth-Devices/kegtron-ble/commit/fb91f4be6b215632624c0564cdbbaa5545c15366))
* Update poetry files ([`8ef3dd3`](https://github.com/Bluetooth-Devices/kegtron-ble/commit/8ef3dd3d8eb4ddc35d7cc40e3c673ddd88f8e826))

## v0.3.0 (2022-09-17)
### Feature
* Port suffix improvements for sensors ([`efbf0ec`](https://github.com/Bluetooth-Devices/kegtron-ble/commit/efbf0ecb6d8042fec5f8c5c298ed595d359b4135))
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.3.0"
version = "0.4.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.3.0"
__version__ = "0.4.0"

__all__ = [
"KegtronBluetoothDeviceData",
Expand Down

0 comments on commit ab9e0b1

Please sign in to comment.