From 2cd915d56feda73fbf57df5b0d8b15dda7b78d25 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 20 Aug 2024 17:10:17 +0000 Subject: [PATCH] 3.3.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ docs/conf.py | 2 +- pyproject.toml | 2 +- src/habluetooth/__init__.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aabc33..0d25199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v3.3.2 (2024-08-20) + +### Fix + +- Disable 3.13 wheels (#64) ([`9e8bbff`](https://github.com/Bluetooth-Devices/habluetooth/commit/9e8bbff6179e08bd6e05341ff48fff3adc5c6157)) + ## v3.3.1 (2024-08-20) ### Fix diff --git a/docs/conf.py b/docs/conf.py index 84e3373..555ac4d 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.3.1" +release = "3.3.2" # General configuration extensions = [ diff --git a/pyproject.toml b/pyproject.toml index 6c210b2..8c38f30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "habluetooth" -version = "3.3.1" +version = "3.3.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 ab07588..404e191 100644 --- a/src/habluetooth/__init__.py +++ b/src/habluetooth/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.3.1" +__version__ = "3.3.2" from .advertisement_tracker import ( TRACKER_BUFFERING_WOBBLE_SECONDS,