From c769dee6cee8490bba5e9f62b5af556a453ae7bb Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 6 Jul 2023 21:21:23 +0000 Subject: [PATCH] 2.16.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- src/sensor_state_data/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 134703e..df99db0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v2.16.1 (2023-07-06) + +### Fix + +* Ensure events are only kept for a single update cycle ([#53](https://github.com/Bluetooth-Devices/sensor-state-data/issues/53)) ([`304a844`](https://github.com/Bluetooth-Devices/sensor-state-data/commit/304a844009204a524c0ad29821765e43288b44ca)) + ## v2.16.0 (2023-06-13) ### Feature * Add sensor description for pressure in hPa ([#52](https://github.com/Bluetooth-Devices/sensor-state-data/issues/52)) ([`8e06dc8`](https://github.com/Bluetooth-Devices/sensor-state-data/commit/8e06dc850830d7bc83a1295646788fb863edf8a8)) diff --git a/pyproject.toml b/pyproject.toml index 01991e1..ef2dfe3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sensor-state-data" -version = "2.16.0" +version = "2.16.1" description = "Models for storing and converting Sensor Data state" authors = ["J. Nick Koston "] license = "Apache Software License 2.0" diff --git a/src/sensor_state_data/__init__.py b/src/sensor_state_data/__init__.py index a3ee280..bd4a445 100644 --- a/src/sensor_state_data/__init__.py +++ b/src/sensor_state_data/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.16.0" +__version__ = "2.16.1" from .base import BaseDeviceClass from .binary_sensor.device_class import BinarySensorDeviceClass