We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c532926 commit c2160a0Copy full SHA for c2160a0
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
4
5
+## v1.6.2 (2024-01-06)
6
+
7
+### Fix
8
9
+* fix: missing name (#23) ([`c532926`](https://github.com/Bluetooth-Devices/sensorpush-ble/commit/c5329265e3d753efb27f92e65da6d94148b817d4))
10
11
12
## v1.6.1 (2023-12-29)
13
14
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
1
[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"
src/sensorpush_ble/__init__.py
@@ -13,7 +13,7 @@
from .parser import SensorPushBluetoothDeviceData
15
16
-__version__ = "1.6.1"
+__version__ = "1.6.2"
17
18
__all__ = [
19
"SensorPushBluetoothDeviceData",
0 commit comments