Skip to content

Commit

Permalink
0.6.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 Dec 29, 2022
1 parent 9e64a79 commit 07ec763
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.6.0 (2022-12-29)
### Feature
* Add mapping for id 27 ([#10](https://github.com/Bluetooth-Devices/thermobeacon-ble/issues/10)) ([`9e64a79`](https://github.com/Bluetooth-Devices/thermobeacon-ble/commit/9e64a79f733c05ca469791943b0411a1fcec45be))

## v0.5.0 (2022-12-29)
### Feature
* Add python 3.11 support ([#9](https://github.com/Bluetooth-Devices/thermobeacon-ble/issues/9)) ([`1c997d1`](https://github.com/Bluetooth-Devices/thermobeacon-ble/commit/1c997d101961aaaadedd6be2a298d0fd3385944e))
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.5.0"
version = "0.6.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.5.0"
__version__ = "0.6.0"

__all__ = [
"ThermoBeaconBluetoothDeviceData",
Expand Down

0 comments on commit 07ec763

Please sign in to comment.