From 4031079216754eaf236ebbef2ef0965d6bb615c6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 24 Jun 2024 12:49:11 +0000 Subject: [PATCH] 0.19.3 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 d127687..819fd70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.19.3 (2024-06-24) + +### Fix + +* Fix license classifier ([#141](https://github.com/Bluetooth-Devices/bluetooth-adapters/issues/141)) ([`b3d7010`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/b3d70101ca83ed844ec12c5c0e980bfe29a30fef)) + ## v0.19.2 (2024-05-04) ### Fix diff --git a/pyproject.toml b/pyproject.toml index e2b1d4c..ccdd086 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bluetooth-adapters" -version = "0.19.2" +version = "0.19.3" 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 d695a39..5c69de8 100644 --- a/src/bluetooth_adapters/__init__.py +++ b/src/bluetooth_adapters/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.19.2" +__version__ = "0.19.3" from platform import system