Skip to content

Commit c2160a0

Browse files
author
github-actions
committed
1.6.2
Automatically generated by python-semantic-release
1 parent c532926 commit c2160a0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

33

44

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+
512
## v1.6.1 (2023-12-29)
613

714
### 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.1"
3+
version = "1.6.2"
44
description = "Parser for SensorPush BLE devices"
55
authors = ["J. Nick Koston <[email protected]>"]
66
license = "MIT"

src/sensorpush_ble/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
from .parser import SensorPushBluetoothDeviceData
1515

16-
__version__ = "1.6.1"
16+
__version__ = "1.6.2"
1717

1818
__all__ = [
1919
"SensorPushBluetoothDeviceData",

0 commit comments

Comments
 (0)