Skip to content

Commit

Permalink
1.11.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jan 9, 2024
1 parent ffacca4 commit 7a5bad1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## v1.11.1 (2024-01-09)

### Fix

* Bump minimum python to 3.11 to fix resolver ([#31](https://github.com/home-assistant-libs/home-assistant-bluetooth/issues/31)) ([`ffacca4`](https://github.com/home-assistant-libs/home-assistant-bluetooth/commit/ffacca41bc3f7545816dacc8e6da01659609cb24))

## v1.11.0 (2023-12-11)

### Feature
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.11.0"
version = "1.11.1"
description = "Home Assistant Bluetooth Models and Helpers"
authors = ["J. Nick Koston <nick@home-assistant.io>"]
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.11.0"
__version__ = "1.11.1"


from habluetooth import BluetoothServiceInfo, BluetoothServiceInfoBleak
Expand Down

0 comments on commit 7a5bad1

Please sign in to comment.