diff --git a/CHANGELOG.md b/CHANGELOG.md index e8e10a7..85c66a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v3.6.0 (2024-10-20) + +### Feature + +- Speed up creation of advertisementdata namedtuple (#75) ([`28f7e60`](https://github.com/Bluetooth-Devices/habluetooth/commit/28f7e6093c3985da16e537bc9d989d839ad80c56)) + ## v3.5.0 (2024-10-05) ### Feature diff --git a/docs/conf.py b/docs/conf.py index be1cfe3..7721848 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.5.0" +release = "3.6.0" # General configuration extensions = [ diff --git a/pyproject.toml b/pyproject.toml index 9f2ce62..0b1f0e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "habluetooth" -version = "3.5.0" +version = "3.6.0" description = "High availability Bluetooth" authors = ["J. Nick Koston "] readme = "README.md" diff --git a/src/habluetooth/__init__.py b/src/habluetooth/__init__.py index 7a7cf68..423b38e 100644 --- a/src/habluetooth/__init__.py +++ b/src/habluetooth/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.5.0" +__version__ = "3.6.0" from .advertisement_tracker import ( TRACKER_BUFFERING_WOBBLE_SECONDS,