From d5436c4682e3fd7d8de25aa8e095ba9dadb6ea63 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 25 Apr 2024 20:05:59 +0000 Subject: [PATCH] 1.4.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- src/bluetooth_auto_recovery/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18064cf..acb9598 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v1.4.2 (2024-04-25) + +### Fix + +* Ensure timeout does not raise cancellation ([#46](https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/issues/46)) ([`4575fdd`](https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/commit/4575fdd52778e09dee5e6bce51e7636e9609aaac)) + ## v1.4.1 (2024-04-18) ### Fix diff --git a/pyproject.toml b/pyproject.toml index eee5a78..51a4df3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bluetooth-auto-recovery" -version = "1.4.1" +version = "1.4.2" description = "Recover bluetooth adapters that are in an stuck state" authors = ["J. Nick Koston "] license = "MIT" diff --git a/src/bluetooth_auto_recovery/__init__.py b/src/bluetooth_auto_recovery/__init__.py index da9adf6..4141001 100644 --- a/src/bluetooth_auto_recovery/__init__.py +++ b/src/bluetooth_auto_recovery/__init__.py @@ -1,6 +1,6 @@ from __future__ import annotations -__version__ = "1.4.1" +__version__ = "1.4.2" import asyncio import importlib