Skip to content

Commit a7d71e2

Browse files
author
github-actions
committed
1.1.0
Automatically generated by python-semantic-release
1 parent 05f3818 commit a7d71e2

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.0 (2024-12-11)
6+
7+
### Feature
8+
9+
* Add Python 3.13 support ([#55](https://github.com/Bluetooth-Devices/led-ble/issues/55)) ([`05f3818`](https://github.com/Bluetooth-Devices/led-ble/commit/05f38188572e898af89f53a0bf1cc4f146186876))
10+
511
## v1.0.2 (2024-06-24)
612

713
### 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.0.2"
3+
version = "1.1.0"
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.0.2"
3+
__version__ = "1.1.0"
44

55

66
from bleak_retry_connector import get_device

0 commit comments

Comments
 (0)