Skip to content

Commit 51facab

Browse files
author
github-actions
committed
1.1.1
Automatically generated by python-semantic-release
1 parent efd92ac commit 51facab

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

5+
## v1.1.1 (2024-12-11)
6+
7+
### Fix
8+
9+
* Refactor to use kwargs for construct_levels_change ([#53](https://github.com/Bluetooth-Devices/led-ble/issues/53)) ([`efd92ac`](https://github.com/Bluetooth-Devices/led-ble/commit/efd92aca9bcb05ac9d5ab72a19196c7717631552))
10+
511
## v1.1.0 (2024-12-11)
612

713
### Feature

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "led-ble"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "Control a wide range of LED BLE devices"
55
authors = ["J. Nick Koston <[email protected]>"]
66
readme = "README.md"

src/led_ble/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
__version__ = "1.1.0"
3+
__version__ = "1.1.1"
44

55

66
from bleak_retry_connector import get_device

0 commit comments

Comments
 (0)