From 4ea8285333747239f88030ae03aa7363c6952673 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 24 Aug 2022 15:05:00 +0000 Subject: [PATCH] 2.3.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- src/sensor_state_data/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd9a185..0adac8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v2.3.2 (2022-08-24) +### Fix +* Unit of measurement voc ([#29](https://github.com/Bluetooth-Devices/sensor-state-data/issues/29)) ([`6e8a65e`](https://github.com/Bluetooth-Devices/sensor-state-data/commit/6e8a65ecf08cb80c79a101892cf076de5974e283)) + ## v2.3.1 (2022-08-17) ### Fix * Add pm units ([#28](https://github.com/Bluetooth-Devices/sensor-state-data/issues/28)) ([`3df28b5`](https://github.com/Bluetooth-Devices/sensor-state-data/commit/3df28b5d5654632e91c78fc1fd7b09fc4ad1bfab)) diff --git a/pyproject.toml b/pyproject.toml index f9be9b2..4e34082 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sensor-state-data" -version = "2.3.1" +version = "2.3.2" 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 1261ad5..08dfe6d 100644 --- a/src/sensor_state_data/__init__.py +++ b/src/sensor_state_data/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.3.1" +__version__ = "2.3.2" from .base import BaseDeviceClass from .binary_sensor.device_class import BinarySensorDeviceClass