From d36edaf76786c8542d5ba95011d13f332e1bedfb Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 23 May 2024 00:50:59 +0000 Subject: [PATCH] 1.7.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- src/bluetooth_sensor_state_data/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c18037f..9e681ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v1.7.0 (2024-05-23) + +### Feature + +* Refactor changed_manufacturer_data to improve performance ([#19](https://github.com/Bluetooth-Devices/bluetooth-sensor-state-data/issues/19)) ([`b300845`](https://github.com/Bluetooth-Devices/bluetooth-sensor-state-data/commit/b300845c82b4d62f941b5e589663fdb67b760d3f)) + ## v1.6.2 (2023-07-07) ### Fix diff --git a/pyproject.toml b/pyproject.toml index f8a894e..f6f3006 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bluetooth-sensor-state-data" -version = "1.6.2" +version = "1.7.0" description = "Models for storing and converting Bluetooth Sensor State Data" authors = ["J. Nick Koston "] license = "Apache Software License 2.0" diff --git a/src/bluetooth_sensor_state_data/__init__.py b/src/bluetooth_sensor_state_data/__init__.py index b6f5933..1560750 100644 --- a/src/bluetooth_sensor_state_data/__init__.py +++ b/src/bluetooth_sensor_state_data/__init__.py @@ -1,6 +1,6 @@ from __future__ import annotations -__version__ = "1.6.2" +__version__ = "1.7.0" from abc import abstractmethod