Skip to content

Commit

Permalink
1.2.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Sep 9, 2023
1 parent 1097e44 commit 54b161e
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.2.3 (2023-09-09)

### Fix

* Add missing async keyword to send timeout ([#42](https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/issues/42)) ([`1097e44`](https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/commit/1097e44a8c6051aeb6e9f4d53631c8ecf1e47d54))

## v1.2.2 (2023-09-07)

### Fix
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 = "bluetooth-auto-recovery"
version = "1.2.2"
version = "1.2.3"
description = "Recover bluetooth adapters that are in an stuck state"
authors = ["J. Nick Koston <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/bluetooth_auto_recovery/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.2.2"
__version__ = "1.2.3"

from .recover import recover_adapter

Expand Down

0 comments on commit 54b161e

Please sign in to comment.