Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jan 10, 2024
1 parent dd234f8 commit ff1d04e
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.3.0 (2024-01-10)

### Feature

* Ensure library can be loaded on windows ([#43](https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/issues/43)) ([`dd234f8`](https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/commit/dd234f847c54fe8471b51378ab03b2d1a9f2f497))

## v1.2.3 (2023-09-09)

### 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.3"
version = "1.3.0"
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.3"
__version__ = "1.3.0"

from .recover import recover_adapter

Expand Down

0 comments on commit ff1d04e

Please sign in to comment.