Skip to content

Commit

Permalink
1.6.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jul 7, 2023
1 parent 907172c commit b5ac334
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.6.2 (2023-07-07)

### Fix

* Ensure events are only kept for a single update cycle ([#18](/~https://github.com/Bluetooth-Devices/bluetooth-sensor-state-data/issues/18)) ([`907172c`](/~https://github.com/Bluetooth-Devices/bluetooth-sensor-state-data/commit/907172c9c0320f9b17463a605f42add48688d43d))

## v1.6.1 (2023-02-06)
### Fix
* Make changed_manufacturer_data aware of multiple sources ([#15](/~https://github.com/Bluetooth-Devices/bluetooth-sensor-state-data/issues/15)) ([`91206b5`](/~https://github.com/Bluetooth-Devices/bluetooth-sensor-state-data/commit/91206b59745847714d3e366f2983c8b1f5ce65b0))
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.1"
version = "1.6.2"
description = "Models for storing and converting Bluetooth Sensor State Data"
authors = ["J. Nick Koston <nick@koston.org>"]
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.1"
__version__ = "1.6.2"

from abc import abstractmethod

Expand Down

0 comments on commit b5ac334

Please sign in to comment.