Skip to content

Commit 7a8bdb9

Browse files
author
github-actions
committed
1.7.0
Automatically generated by python-semantic-release
1 parent 3279892 commit 7a8bdb9

File tree

3 files changed

+40
-2
lines changed

3 files changed

+40
-2
lines changed

CHANGELOG.md

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

33

44

5+
## v1.7.0 (2024-10-22)
6+
7+
### Chore
8+
9+
* chore(pre-commit.ci): pre-commit autoupdate (#31) ([`37b7c3e`](https://github.com/Bluetooth-Devices/sensorpush-ble/commit/37b7c3eac03ec38842794132c5f67c7c01362514))
10+
11+
* chore(pre-commit.ci): pre-commit autoupdate (#30)
12+
13+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> ([`9a9af04`](https://github.com/Bluetooth-Devices/sensorpush-ble/commit/9a9af049cdc92723775553da9aebcedf52106d60))
14+
15+
* chore(pre-commit.ci): pre-commit autoupdate (#29)
16+
17+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> ([`cb073f5`](https://github.com/Bluetooth-Devices/sensorpush-ble/commit/cb073f5c7f2c99bdaca46f9b7387c9c425845627))
18+
19+
* chore(pre-commit.ci): pre-commit autoupdate (#27)
20+
21+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> ([`8e207f7`](https://github.com/Bluetooth-Devices/sensorpush-ble/commit/8e207f724026e471b597e41a747ece4d9f86a09e))
22+
23+
* chore(pre-commit.ci): pre-commit autoupdate (#26)
24+
25+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> ([`4c035f5`](https://github.com/Bluetooth-Devices/sensorpush-ble/commit/4c035f5b61c7f7e9564ec72017397c0946a96c78))
26+
27+
* chore(pre-commit.ci): pre-commit autoupdate (#25)
28+
29+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> ([`a307e01`](https://github.com/Bluetooth-Devices/sensorpush-ble/commit/a307e011684400dfbf07a082d35b3863b10edf07))
30+
31+
* chore(pre-commit.ci): pre-commit autoupdate (#24)
32+
33+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> ([`b1d79b0`](https://github.com/Bluetooth-Devices/sensorpush-ble/commit/b1d79b0bec58d00ef839dbdd1d04978217516fa3))
34+
35+
### Feature
36+
37+
* feat: add support for TC.x (#33)
38+
39+
Co-authored-by: James Nick Sears <nick@cousins-sears.com>
40+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> ([`3279892`](https://github.com/Bluetooth-Devices/sensorpush-ble/commit/3279892b051558341776b4b11a535ad038b352c4))
41+
42+
543
## v1.6.2 (2024-01-06)
644

745
### 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 = "sensorpush-ble"
3-
version = "1.6.2"
3+
version = "1.7.0"
44
description = "Parser for SensorPush BLE devices"
55
authors = ["J. Nick Koston <nick@koston.org>"]
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.6.2"
17+
__version__ = "1.7.0"
1818

1919
__all__ = [
2020
"SensorPushBluetoothDeviceData",

0 commit comments

Comments
 (0)