From 4cb8ac9e767aaf2c294bba9c3eb5effd731611c7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 18 Aug 2022 21:24:31 +0000 Subject: [PATCH] 0.2.2 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 f83f32c..fec4682 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.2.2 (2022-08-18) +### Fix +* Auto release test ([`8fa2ba6`](https://github.com/Bluetooth-Devices/bthome-ble/commit/8fa2ba6831e793652d0658292730942345585bf5)) + ## v0.2.1 (2022-08-18) ### Fix * Auto release ([`1eac241`](https://github.com/Bluetooth-Devices/bthome-ble/commit/1eac2415693e1a60d948e023fce5b8db108d56c1)) diff --git a/pyproject.toml b/pyproject.toml index 9e1e5ef..8235052 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bthome-ble" -version = "0.2.1" +version = "0.2.2" description = "BThome BLE support" authors = ["Ernst Klamer "] license = "MIT" diff --git a/src/bthome_ble/__init__.py b/src/bthome_ble/__init__.py index 7d74fcd..7870d69 100644 --- a/src/bthome_ble/__init__.py +++ b/src/bthome_ble/__init__.py @@ -13,7 +13,7 @@ from .parser import BThomeBluetoothDeviceData -__version__ = "0.2.1" +__version__ = "0.2.2" __all__ = [ "BThomeBluetoothDeviceData",