File tree Expand file tree Collapse file tree 3 files changed +40
-2
lines changed
Expand file tree Collapse file tree 3 files changed +40
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " sensorpush-ble"
3- version = " 1.6.2 "
3+ version = " 1.7.0 "
44description = " Parser for SensorPush BLE devices"
55authors = [" J. Nick Koston <nick@koston.org>" ]
66license = " MIT"
Original file line number Diff line number Diff line change 1414
1515from .parser import SensorPushBluetoothDeviceData
1616
17- __version__ = "1.6.2 "
17+ __version__ = "1.7.0 "
1818
1919__all__ = [
2020 "SensorPushBluetoothDeviceData" ,
You can’t perform that action at this time.
0 commit comments