From 2fec024ef0ccffcda7d99a5679582173cbb4883d Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 5 Oct 2024 22:09:41 +0000 Subject: [PATCH] 0.20.0 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 5b3a527..2de2fbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.20.0 (2024-10-05) + +### Feature + +* Add support for Python 3.13 ([#163](https://github.com/Bluetooth-Devices/bluetooth-adapters/issues/163)) ([`65b76f3`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/65b76f3b2f3380421ca7f4e7e275034181cbb69e)) + ## v0.19.4 (2024-08-16) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 3777ec8..f7efb99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bluetooth-adapters" -version = "0.19.4" +version = "0.20.0" 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 77d8610..76cc1bb 100644 --- a/src/bluetooth_adapters/__init__.py +++ b/src/bluetooth_adapters/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.19.4" +__version__ = "0.20.0" from platform import system