From fba1cdabfb8bceff68e54c080591728afc853469 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 8 Mar 2024 22:20:27 +0000 Subject: [PATCH] 3.7.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- src/bthome_ble/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a715ac..2ab5ace 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v3.7.0 (2024-03-08) + +### Feature + +* Add device title to log messages ([#113](https://github.com/Bluetooth-Devices/bthome-ble/issues/113)) ([`c47f36f`](https://github.com/Bluetooth-Devices/bthome-ble/commit/c47f36f17698ad48a94db3501a37ae9421c7ff7e)) + ## v3.6.0 (2024-03-02) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 273d18b..97716d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bthome-ble" -version = "3.6.0" +version = "3.7.0" description = "BThome BLE support" authors = ["Ernst Klamer "] license = "MIT" diff --git a/src/bthome_ble/__init__.py b/src/bthome_ble/__init__.py index 116151c..60948e9 100644 --- a/src/bthome_ble/__init__.py +++ b/src/bthome_ble/__init__.py @@ -15,7 +15,7 @@ from .parser import BTHomeBluetoothDeviceData -__version__ = "3.6.0" +__version__ = "3.7.0" __all__ = [ "BinarySensorDeviceClass",