Skip to content

Commit 4299432

Browse files
author
github-actions
committed
1.1.4
Automatically generated by python-semantic-release
1 parent 85f5e4a commit 4299432

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

33

44

5+
## v1.1.4 (2025-01-23)
6+
7+
### Chore
8+
9+
* chore: update minimum bleak version (#74) ([`4757690`](https://github.com/Bluetooth-Devices/led-ble/commit/47576906fdd0865f750957451db5351b2affeff1))
10+
11+
### Fix
12+
13+
* fix: release upload privs (#75) ([`85f5e4a`](https://github.com/Bluetooth-Devices/led-ble/commit/85f5e4af771576e4d0febe36de78ab0eca6892e6))
14+
15+
516
## v1.1.3 (2025-01-23)
617

718
### Fix

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.3"
3+
version = "1.1.4"
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.3"
3+
__version__ = "1.1.4"
44

55

66
from bleak_retry_connector import get_device

0 commit comments

Comments
 (0)