diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cb1946..5aabc33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v3.3.1 (2024-08-20) + +### Fix + +- Bump cibuildwheel to fix wheel builds (#63) ([`68d838a`](https://github.com/Bluetooth-Devices/habluetooth/commit/68d838a1d2adab9efe1fb5eba65e81b5dcc9a351)) + ## v3.3.0 (2024-08-20) ### Fix diff --git a/docs/conf.py b/docs/conf.py index 465ee9b..84e3373 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.0" +release = "3.3.1" # General configuration extensions = [ diff --git a/pyproject.toml b/pyproject.toml index c7582fb..6c210b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "habluetooth" -version = "3.3.0" +version = "3.3.1" description = "High availability Bluetooth" authors = ["J. Nick Koston "] readme = "README.md" diff --git a/src/habluetooth/__init__.py b/src/habluetooth/__init__.py index aa0663c..ab07588 100644 --- a/src/habluetooth/__init__.py +++ b/src/habluetooth/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.3.0" +__version__ = "3.3.1" from .advertisement_tracker import ( TRACKER_BUFFERING_WOBBLE_SECONDS,