From d54f750128ef9490ddbc9eacd74482cd7625a489 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 10 Sep 2022 07:06:09 +0000 Subject: [PATCH] 0.5.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ airthings_ble/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7c7f61..a3c8eb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.5.1 (2022-09-10) +### Fix +* Fix incompability with home assistant package versionings ([`0949bd2`](https://github.com/vincegio/airthings-ble/commit/0949bd28c7495264be55da4b9f1997cae2b391e5)) + ## v0.5.0 (2022-08-28) ### Feature * Change identifier to be serial number ([`13fd0bd`](https://github.com/vincegio/airthings-ble/commit/13fd0bda1bd544b8a3c7d39baa187d5b7127599a)) diff --git a/airthings_ble/__init__.py b/airthings_ble/__init__.py index 6edf077..d53df2a 100644 --- a/airthings_ble/__init__.py +++ b/airthings_ble/__init__.py @@ -3,6 +3,6 @@ from .parser import AirthingsBluetoothDeviceData, AirthingsDevice -__version__ = "0.5.0" +__version__ = "0.5.1" __all__ = ["AirthingsBluetoothDeviceData", "AirthingsDevice"] diff --git a/pyproject.toml b/pyproject.toml index 35f4103..d2bd136 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "airthings-ble" -version = "0.5.0" +version = "0.5.1" description = "Manage Airthings BLE devices" authors = ["J. Nick Koston "] license = "Apache Software License 2.0"