From b80b2aa434637d7537e9979e7aa90f0d083ca5d5 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 25 Jul 2023 09:27:17 +0000 Subject: [PATCH] 1.10.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- src/home_assistant_bluetooth/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1c89ae..4d7e94f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v1.10.2 (2023-07-25) + +### Fix + +* Relax type requirements for cython3 ([#25](https://github.com/home-assistant-libs/home-assistant-bluetooth/issues/25)) ([`aee3b26`](https://github.com/home-assistant-libs/home-assistant-bluetooth/commit/aee3b26eff4648cba67a8801acb2d1627c7942dd)) + ## v1.10.1 (2023-07-24) ### Fix diff --git a/pyproject.toml b/pyproject.toml index f70d47a..29bd69d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "home-assistant-bluetooth" -version = "1.10.1" +version = "1.10.2" description = "Home Assistant Bluetooth Models and Helpers" authors = ["J. Nick Koston "] license = "Apache Software License 2.0" diff --git a/src/home_assistant_bluetooth/__init__.py b/src/home_assistant_bluetooth/__init__.py index 89a3c9d..c00d637 100644 --- a/src/home_assistant_bluetooth/__init__.py +++ b/src/home_assistant_bluetooth/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.10.1" +__version__ = "1.10.2" from .models import ( SOURCE_LOCAL,