Skip to content

Commit bbd5ccf

Browse files
author
github-actions
committed
0.6.0
Automatically generated by python-semantic-release
1 parent 95b10c2 commit bbd5ccf

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.6.0 (2024-02-03)
6+
7+
### Feature
8+
9+
* Add support for Lippert BottleCheck ([#14](https://github.com/Bluetooth-Devices/mopeka-iot-ble/issues/14)) ([`95b10c2`](https://github.com/Bluetooth-Devices/mopeka-iot-ble/commit/95b10c299b082cc1b6047165e2ebaaab1647f071))
10+
511
## v0.5.0 (2023-11-16)
612

713
### Feature

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mopeka-iot-ble"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "Mopeka IOT BLE Parser"
55
authors = ["J. Nick Koston <bluetooth@koston.org>"]
66
license = "MIT"

src/mopeka_iot_ble/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
from .parser import MopekaIOTBluetoothDeviceData
2525

26-
__version__ = "0.5.0"
26+
__version__ = "0.6.0"
2727

2828
__all__ = [
2929
"MopekaIOTBluetoothDeviceData",

0 commit comments

Comments
 (0)