From 1677f3de6a18006592f8fc31f5284a2eb258eca3 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 4 Jan 2023 16:58:02 +0000 Subject: [PATCH] 1.9.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- src/home_assistant_bluetooth/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fb39d0..ca26838 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.9.2 (2023-01-04) +### Fix +* Make MANUFACTURERS import late ([#17](https://github.com/home-assistant-libs/home-assistant-bluetooth/issues/17)) ([`c783cd8`](https://github.com/home-assistant-libs/home-assistant-bluetooth/commit/c783cd82623b4317601ab7c5486950a31e1bf9aa)) + ## v1.9.1 (2023-01-02) ### Fix * Make bleak a dev requirement ([#16](https://github.com/home-assistant-libs/home-assistant-bluetooth/issues/16)) ([`0506ca4`](https://github.com/home-assistant-libs/home-assistant-bluetooth/commit/0506ca4e341e9ed4607c8be9fab167dd2dc429b6)) diff --git a/pyproject.toml b/pyproject.toml index 57e50ea..b8a29e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "home-assistant-bluetooth" -version = "1.9.1" +version = "1.9.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 183898f..d602c70 100644 --- a/src/home_assistant_bluetooth/__init__.py +++ b/src/home_assistant_bluetooth/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.9.1" +__version__ = "1.9.2" from .models import ( SOURCE_LOCAL,