Skip to content

Commit 82d687c

Browse files
author
github-actions
committed
1.1.6
Automatically generated by python-semantic-release
1 parent f31ffed commit 82d687c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

33

44

5+
## v1.1.6 (2025-02-04)
6+
7+
### Fix
8+
9+
* fix: detect dream models based on name as well (#82) ([`f31ffed`](https://github.com/Bluetooth-Devices/led-ble/commit/f31ffed54f8a7a1bd6b639f173fca14bbce3b9fc))
10+
11+
512
## v1.1.5 (2025-02-04)
613

714
### Chore

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "led-ble"
3-
version = "1.1.5"
3+
version = "1.1.6"
44
license = "Apache-2.0"
55
description = "Control a wide range of LED BLE devices"
66
authors = [{ name = "J. Nick Koston", email = "[email protected]" }]

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.5"
3+
__version__ = "1.1.6"
44

55

66
from bleak_retry_connector import get_device

0 commit comments

Comments
 (0)