Skip to content

Commit eb0b091

Browse files
author
github-actions
committed
0.7.0
Automatically generated by python-semantic-release
1 parent 3dca812 commit eb0b091

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

33

44

5+
## v0.7.0 (2024-07-03)
6+
7+
### Chore
8+
9+
* chore(pre-commit.ci): pre-commit autoupdate (#20)
10+
11+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> ([`1f37fa1`](https://github.com/Bluetooth-Devices/thermobeacon-ble/commit/1f37fa1db3e6e42def14e1303e25595de1006f73))
12+
13+
### Feature
14+
15+
* feat: add mappings for ws23 (#21) ([`3dca812`](https://github.com/Bluetooth-Devices/thermobeacon-ble/commit/3dca812a7d09e37cff63ac73630f0bf38779ce5e))
16+
17+
518
## v0.6.2 (2023-12-29)
619

720
### Fix

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.6.2"
3+
version = "0.7.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
@@ -16,7 +16,7 @@
1616

1717
from .parser import ThermoBeaconBluetoothDeviceData
1818

19-
__version__ = "0.6.2"
19+
__version__ = "0.7.0"
2020

2121
__all__ = [
2222
"ThermoBeaconBluetoothDeviceData",

0 commit comments

Comments
 (0)