Skip to content

Commit

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



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

### Fix

* fix: missing name (#23) ([`c532926`](https://github.com/Bluetooth-Devices/sensorpush-ble/commit/c5329265e3d753efb27f92e65da6d94148b817d4))


## v1.6.1 (2023-12-29)

### 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.1"
version = "1.6.2"
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 @@ -13,7 +13,7 @@

from .parser import SensorPushBluetoothDeviceData

__version__ = "1.6.1"
__version__ = "1.6.2"

__all__ = [
"SensorPushBluetoothDeviceData",
Expand Down

0 comments on commit c2160a0

Please sign in to comment.