diff --git a/CHANGELOG.md b/CHANGELOG.md index f5cfdd0..e7c4658 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v3.1.2 (2024-06-24) + +### Fix + +- Fix license classifier (#49) ([`04aaaa1`](https://github.com/Bluetooth-Devices/habluetooth/commit/04aaaa186c755b869c8d75678f563f6a9c089829)) + ## v3.1.1 (2024-05-23) ### Fix diff --git a/docs/conf.py b/docs/conf.py index bfcecff..13c175e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,7 +7,7 @@ project = "habluetooth" copyright = "2023, J. Nick Koston" author = "J. Nick Koston" -release = "3.1.1" +release = "3.1.2" # General configuration extensions = [ diff --git a/pyproject.toml b/pyproject.toml index e0c001b..da4a68d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "habluetooth" -version = "3.1.1" +version = "3.1.2" description = "High availability Bluetooth" authors = ["J. Nick Koston "] readme = "README.md" diff --git a/src/habluetooth/__init__.py b/src/habluetooth/__init__.py index 7321645..bc4f9d6 100644 --- a/src/habluetooth/__init__.py +++ b/src/habluetooth/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.1.1" +__version__ = "3.1.2" from .advertisement_tracker import ( TRACKER_BUFFERING_WOBBLE_SECONDS,