Skip to content

Commit

Permalink
1.7.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed May 23, 2024
1 parent b300845 commit d36edaf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## 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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "Apache Software License 2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/bluetooth_sensor_state_data/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "1.6.2"
__version__ = "1.7.0"

from abc import abstractmethod

Expand Down

0 comments on commit d36edaf

Please sign in to comment.