From e2bd4ab08d52a919dbd82276985a28db9864c19a Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 16 Aug 2024 02:20:29 +0000 Subject: [PATCH] 0.19.4 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- src/bluetooth_adapters/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 819fd70..5b3a527 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.19.4 (2024-08-16) + +### Fix + +* Run device refresh in the executor ([#156](https://github.com/Bluetooth-Devices/bluetooth-adapters/issues/156)) ([`7fc4a3a`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/7fc4a3ac57b4e3e3ace97829804eded8f1f63b5c)) + ## v0.19.3 (2024-06-24) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 909b498..5d418c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bluetooth-adapters" -version = "0.19.3" +version = "0.19.4" description = "Tools to enumerate and find Bluetooth Adapters" authors = ["J. Nick Koston "] readme = "README.md" diff --git a/src/bluetooth_adapters/__init__.py b/src/bluetooth_adapters/__init__.py index 5c69de8..77d8610 100644 --- a/src/bluetooth_adapters/__init__.py +++ b/src/bluetooth_adapters/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.19.3" +__version__ = "0.19.4" from platform import system