Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jul 27, 2024
1 parent 5c67178 commit a01fd51
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-->

## v0.8.0 (2024-07-27)

### Feature

* Add support for other fluids and air ([#21](https://github.com/Bluetooth-Devices/mopeka-iot-ble/issues/21)) ([`5c67178`](https://github.com/Bluetooth-Devices/mopeka-iot-ble/commit/5c671785665de3446622dc513932f271b6a176f0))

## v0.7.0 (2024-02-03)

### Feature
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 = "mopeka-iot-ble"
version = "0.7.0"
version = "0.8.0"
description = "Mopeka IOT BLE Parser"
authors = ["J. Nick Koston <bluetooth@koston.org>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/mopeka_iot_ble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from .parser import MopekaIOTBluetoothDeviceData
from .models import MediumType

__version__ = "0.7.0"
__version__ = "0.8.0"

__all__ = [
"MopekaIOTBluetoothDeviceData",
Expand Down

0 comments on commit a01fd51

Please sign in to comment.