Skip to content

Commit 233c3c6

Browse files
author
github-actions
committed
1.13.1
Automatically generated by python-semantic-release
1 parent 61d7a26 commit 233c3c6

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.13.1 (2025-02-04)
6+
7+
### Fix
8+
9+
* fix: update poetry to v2 + add license to metadata (#42) ([`6dff3a6`](https://github.com/home-assistant-libs/home-assistant-bluetooth/commit/6dff3a6d848fa67b8f3f286530ad577c21da60c3))
10+
11+
512
## v1.13.0 (2024-10-05)
613

714
### Feature

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "home-assistant-bluetooth"
3-
version = "1.13.0"
3+
version = "1.13.1"
44
license = "Apache-2.0"
55
description = "Home Assistant Bluetooth Models and Helpers"
66
authors = [{ name = "J. Nick Koston", email = "nick@home-assistant.io" }]

src/home_assistant_bluetooth/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.13.0"
1+
__version__ = "1.13.1"
22

33

44
from habluetooth import BluetoothServiceInfo, BluetoothServiceInfoBleak

0 commit comments

Comments
 (0)