Skip to content

Commit

Permalink
1.7.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 22, 2024
1 parent 3279892 commit 7a8bdb9
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 2 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,44 @@



## v1.7.0 (2024-10-22)

### Chore

* chore(pre-commit.ci): pre-commit autoupdate (#31) ([`37b7c3e`](https://github.com/Bluetooth-Devices/sensorpush-ble/commit/37b7c3eac03ec38842794132c5f67c7c01362514))

* chore(pre-commit.ci): pre-commit autoupdate (#30)

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))

* chore(pre-commit.ci): pre-commit autoupdate (#29)

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))

* chore(pre-commit.ci): pre-commit autoupdate (#27)

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))

* chore(pre-commit.ci): pre-commit autoupdate (#26)

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))

* chore(pre-commit.ci): pre-commit autoupdate (#25)

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))

* chore(pre-commit.ci): pre-commit autoupdate (#24)

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))

### Feature

* feat: add support for TC.x (#33)

Co-authored-by: James Nick Sears <[email protected]>
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))


## v1.6.2 (2024-01-06)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sensorpush-ble"
version = "1.6.2"
version = "1.7.0"
description = "Parser for SensorPush BLE devices"
authors = ["J. Nick Koston <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/sensorpush_ble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from .parser import SensorPushBluetoothDeviceData

__version__ = "1.6.2"
__version__ = "1.7.0"

__all__ = [
"SensorPushBluetoothDeviceData",
Expand Down

0 comments on commit 7a8bdb9

Please sign in to comment.