From 519195a1bf295a7317a5e8b6e321f33dcb202109 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 26 Aug 2022 09:32:27 +0000 Subject: [PATCH] 0.4.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- src/bthome_ble/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d21d5b7..a227a81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.4.0 (2022-08-26) +### Feature +* Get manufacturer from name ([`1e66c90`](https://github.com/Bluetooth-Devices/bthome-ble/commit/1e66c90cbe884852dab74c57708ba702ecafc736)) + ## v0.3.8 (2022-08-25) ### Fix * Failing reauth ([`7b3b0d2`](https://github.com/Bluetooth-Devices/bthome-ble/commit/7b3b0d2c66546c1b2d55d42ec95d94a0d7117ab5)) diff --git a/pyproject.toml b/pyproject.toml index 71dba7e..18b7d1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bthome-ble" -version = "0.3.8" +version = "0.4.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 bb5525c..3145848 100644 --- a/src/bthome_ble/__init__.py +++ b/src/bthome_ble/__init__.py @@ -13,7 +13,7 @@ from .parser import BThomeBluetoothDeviceData -__version__ = "0.3.8" +__version__ = "0.4.0" __all__ = [ "BThomeBluetoothDeviceData",