Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jul 21, 2022
1 parent 53afe59 commit 8efaf7a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## v1.5.0 (2022-07-21)
### Feature
* Refactor to use sensor-state-data 2 ([#13](/~https://github.com/Bluetooth-Devices/bluetooth-sensor-state-data/issues/13)) ([`53afe59`](/~https://github.com/Bluetooth-Devices/bluetooth-sensor-state-data/commit/53afe5952dfbe8070d80d5cd729346a8d62d646e))

## v1.4.4 (2022-07-19)
### Fix
* Fix ci ([#11](/~https://github.com/Bluetooth-Devices/bluetooth-sensor-state-data/issues/11)) ([`591e4a7`](/~https://github.com/Bluetooth-Devices/bluetooth-sensor-state-data/commit/591e4a726a2b69b82d5cf2161bedd906cda154ea))
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.4.6"
version = "1.5.0"
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.4.6"
__version__ = "1.5.0"

from abc import abstractmethod

Expand Down

0 comments on commit 8efaf7a

Please sign in to comment.