Skip to content

Commit 275752f

Browse files
author
github-actions
committed
1.7.1
Automatically generated by python-semantic-release
1 parent a04e13c commit 275752f

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

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

33

44

5+
## v1.7.1 (2024-11-01)
6+
7+
### Chore
8+
9+
* chore(pre-commit.ci): pre-commit autoupdate (#35)
10+
11+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> ([`d65b5ab`](https://github.com/Bluetooth-Devices/sensorpush-ble/commit/d65b5ab9ffa8a91d7f6bb5a5df73bff07b3aa4ab))
12+
13+
### Fix
14+
15+
* fix: model TC.x being detected as HT.w with active scans (#37) ([`a04e13c`](https://github.com/Bluetooth-Devices/sensorpush-ble/commit/a04e13cec97a0c905c6cd2a0f2f38e462af17974))
16+
17+
### Unknown
18+
19+
* Remove FUNDING.yml (#34) ([`abf474e`](https://github.com/Bluetooth-Devices/sensorpush-ble/commit/abf474eb3d8df60bac5fe59b5f40cdc089bd6ee7))
20+
21+
522
## v1.7.0 (2024-10-22)
623

724
### Chore

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 = "sensorpush-ble"
3-
version = "1.7.0"
3+
version = "1.7.1"
44
description = "Parser for SensorPush BLE devices"
55
authors = ["J. Nick Koston <[email protected]>"]
66
license = "MIT"

src/sensorpush_ble/__init__.py

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

1515
from .parser import SensorPushBluetoothDeviceData
1616

17-
__version__ = "1.7.0"
17+
__version__ = "1.7.1"
1818

1919
__all__ = [
2020
"SensorPushBluetoothDeviceData",

0 commit comments

Comments
 (0)