Skip to content

Commit d94dbad

Browse files
author
github-actions
committed
1.6.1
Automatically generated by python-semantic-release
1 parent 98b27d0 commit d94dbad

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.1 (2023-12-29)
6+
7+
### Fix
8+
9+
* fix: release permissions (#22) ([`98b27d0`](https://github.com/Bluetooth-Devices/sensorpush-ble/commit/98b27d0c2b0104ed36d47d3ad59e81911429c5e6))
10+
11+
512
## v1.6.0 (2023-12-29)
613

714
### Chore

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.0"
3+
version = "1.6.1"
44
description = "Parser for SensorPush BLE devices"
55
authors = ["J. Nick Koston <nick@koston.org>"]
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.0"
16+
__version__ = "1.6.1"
1717

1818
__all__ = [
1919
"SensorPushBluetoothDeviceData",

0 commit comments

Comments
 (0)