Skip to content

Commit

Permalink
0.1.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 13, 2022
1 parent 00bef22 commit 602607b
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
@@ -1,3 +1,12 @@
# Changelog

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

## v0.1.0 (2022-09-13)
### Feature
* Init repo ([`c6f767f`](https://github.com/Bluetooth-Devices/kegtron-ble/commit/c6f767f9ffbfb9c82636d1eb5753a9d03ce3efd6))

### Fix
* Fix reference for release ([`00bef22`](https://github.com/Bluetooth-Devices/kegtron-ble/commit/00bef229ab4654fb2218fce6a733afa9b4837327))
* Quotemarks ([`d9924fb`](https://github.com/Bluetooth-Devices/kegtron-ble/commit/d9924fb6468be86d990d84de6e42f05ab7e1d838))
* Test formating ([`256e32f`](https://github.com/Bluetooth-Devices/kegtron-ble/commit/256e32f59d02de1d49347a536c9b1dec88ea4597))
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.0.0"
version = "0.1.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.0.0"
__version__ = "0.1.0"

__all__ = [
"KegtronBluetoothDeviceData",
Expand Down

0 comments on commit 602607b

Please sign in to comment.