From 186ffe9e77ccc1bf64860ff84ee34c1b38d377db Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 25 Aug 2022 21:34:30 +0000 Subject: [PATCH] 0.3.8 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 7f50a6f..d21d5b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.3.8 (2022-08-25) +### Fix +* Failing reauth ([`7b3b0d2`](https://github.com/Bluetooth-Devices/bthome-ble/commit/7b3b0d2c66546c1b2d55d42ec95d94a0d7117ab5)) + ## v0.3.7 (2022-08-25) ### Fix * Code format ([`f5c531f`](https://github.com/Bluetooth-Devices/bthome-ble/commit/f5c531f73ea4be7dd749f0301bb1e486a0493106)) diff --git a/pyproject.toml b/pyproject.toml index 8537711..71dba7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bthome-ble" -version = "0.3.7" +version = "0.3.8" description = "BThome BLE support" authors = ["Ernst Klamer "] license = "MIT" diff --git a/src/bthome_ble/__init__.py b/src/bthome_ble/__init__.py index 7b2a9a6..bb5525c 100644 --- a/src/bthome_ble/__init__.py +++ b/src/bthome_ble/__init__.py @@ -13,7 +13,7 @@ from .parser import BThomeBluetoothDeviceData -__version__ = "0.3.7" +__version__ = "0.3.8" __all__ = [ "BThomeBluetoothDeviceData",