Skip to content

Commit c807ce2

Browse files
author
github-actions
committed
0.1.1
Automatically generated by python-semantic-release
1 parent 98d2971 commit c807ce2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## v0.1.1 (2023-05-18)
6+
### Fix
7+
* Document v2 payload, remove warning ([`7bef92f`](https://github.com/sairon/rapt-ble/commit/7bef92fc3c1439a1d2c9180411aa695883c954a3))
8+
59
## v0.1.0 (2023-02-10)
610
### Feature
711
* Initial implementation ([`1fa57bb`](https://github.com/sairon/rapt-ble/commit/1fa57bb31edd126ae2804fd20da65023aa7e4548))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rapt-ble"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Parser for the RAPT Pill hydrometer BLE packets."
55
authors = ["Jan Čermák <sairon@sairon.cz>"]
66
license = "MIT"

src/rapt_ble/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from .parser import RAPTPillBluetoothDeviceData
77

8-
__version__ = "0.1.0"
8+
__version__ = "0.1.1"
99

1010
__all__ = [
1111
"DeviceClass",

0 commit comments

Comments
 (0)