Skip to content

Commit b80b2aa

Browse files
author
github-actions
committed
1.10.2
Automatically generated by python-semantic-release
1 parent aee3b26 commit b80b2aa

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

5+
## v1.10.2 (2023-07-25)
6+
7+
### Fix
8+
9+
* 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))
10+
511
## v1.10.1 (2023-07-24)
612

713
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "home-assistant-bluetooth"
3-
version = "1.10.1"
3+
version = "1.10.2"
44
description = "Home Assistant Bluetooth Models and Helpers"
55
authors = ["J. Nick Koston <nick@home-assistant.io>"]
66
license = "Apache Software License 2.0"

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.10.1"
1+
__version__ = "1.10.2"
22

33
from .models import (
44
SOURCE_LOCAL,

0 commit comments

Comments
 (0)