Skip to content

Commit

Permalink
1.9.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jan 4, 2023
1 parent c783cd8 commit 1677f3d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## 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))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "Apache Software License 2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/home_assistant_bluetooth/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.9.1"
__version__ = "1.9.2"

from .models import (
SOURCE_LOCAL,
Expand Down

0 comments on commit 1677f3d

Please sign in to comment.