From d4fd8a5fcad393c10f6c7472d93e996f0a0c31ba Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 5 Oct 2024 23:10:50 +0000 Subject: [PATCH] 1.13.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- src/home_assistant_bluetooth/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98cc41f..1bd2f00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v1.13.0 (2024-10-05) + +### Feature + +* feat: add support for Python 3.13 (#41) ([`256feee`](https://github.com/home-assistant-libs/home-assistant-bluetooth/commit/256feeeaea516fcec00dc0f80754803755c1c12d)) + + ## v1.12.2 (2024-06-24) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 0dc81ac..6edc74c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "home-assistant-bluetooth" -version = "1.12.2" +version = "1.13.0" description = "Home Assistant Bluetooth Models and Helpers" authors = ["J. Nick Koston "] readme = "README.md" diff --git a/src/home_assistant_bluetooth/__init__.py b/src/home_assistant_bluetooth/__init__.py index 2bad8c9..8278c84 100644 --- a/src/home_assistant_bluetooth/__init__.py +++ b/src/home_assistant_bluetooth/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.12.2" +__version__ = "1.13.0" from habluetooth import BluetoothServiceInfo, BluetoothServiceInfoBleak