File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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 ) )
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " rapt-ble"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44description = " Parser for the RAPT Pill hydrometer BLE packets."
55authors = [" Jan Čermák <sairon@sairon.cz>" ]
66license = " MIT"
Original file line number Diff line number Diff line change 55
66from .parser import RAPTPillBluetoothDeviceData
77
8- __version__ = "0.1.0 "
8+ __version__ = "0.1.1 "
99
1010__all__ = [
1111 "DeviceClass" ,
You can’t perform that action at this time.
0 commit comments