Skip to content

Commit 07ec763

Browse files
actions-usergithub-actions
authored andcommitted
0.6.0
Automatically generated by python-semantic-release
1 parent 9e64a79 commit 07ec763

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.6.0 (2022-12-29)
6+
### Feature
7+
* 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))
8+
59
## v0.5.0 (2022-12-29)
610
### Feature
711
* 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))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "thermobeacon-ble"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "Parser for Thermobeacon devices"
55
authors = ["J. Nick Koston <nick@koston.org>"]
66
license = "MIT"

src/thermobeacon_ble/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
from .parser import ThermoBeaconBluetoothDeviceData
1717

18-
__version__ = "0.5.0"
18+
__version__ = "0.6.0"
1919

2020
__all__ = [
2121
"ThermoBeaconBluetoothDeviceData",

0 commit comments

Comments
 (0)