Skip to content

Commit

Permalink
0.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 Feb 3, 2024
1 parent 80615f6 commit 061b70e
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.7.0 (2024-02-03)

### Feature

* Add TD40/TD200 models ([#15](https://github.com/Bluetooth-Devices/mopeka-iot-ble/issues/15)) ([`80615f6`](https://github.com/Bluetooth-Devices/mopeka-iot-ble/commit/80615f65ac780c64ff2a02716e7e61b4b8213f8b))

## v0.6.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.6.0"
version = "0.7.0"
description = "Mopeka IOT BLE Parser"
authors = ["J. Nick Koston <[email protected]>"]
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 @@ -23,7 +23,7 @@

from .parser import MopekaIOTBluetoothDeviceData

__version__ = "0.6.0"
__version__ = "0.7.0"

__all__ = [
"MopekaIOTBluetoothDeviceData",
Expand Down

0 comments on commit 061b70e

Please sign in to comment.