Skip to content

Commit

Permalink
0.2.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 Aug 25, 2022
1 parent a4b521a commit d163c4d
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.0 (2022-08-25)
### Feature
* Init parser ([#3](https://github.com/Bluetooth-Devices/thermobeacon-ble/issues/3)) ([`a4b521a`](https://github.com/Bluetooth-Devices/thermobeacon-ble/commit/a4b521ab737408b1633812a4e0b6015f0ee7ce00))

## v0.1.0 (2022-08-25)
### Feature
* Init repo ([#1](https://github.com/Bluetooth-Devices/thermobeacon-ble/issues/1)) ([`195526e`](https://github.com/Bluetooth-Devices/thermobeacon-ble/commit/195526ed5fe312f65194b2f0d48239127da0e808))
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 = "thermobeacon-ble"
version = "0.1.0"
version = "0.2.0"
description = "Parser for Thermobeacon devices"
authors = ["J. Nick Koston <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/thermobeacon_ble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from .parser import ThermoBeaconBluetoothDeviceData

__version__ = "0.1.0"
__version__ = "0.2.0"

__all__ = [
"ThermoBeaconBluetoothDeviceData",
Expand Down

0 comments on commit d163c4d

Please sign in to comment.