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.2.3 (2022-09-07)
6+ ### Fix
7+ * Downgrade logger to debug ([ #7 ] ( https://github.com/Bluetooth-Devices/tilt-ble/issues/7 ) ) ([ ` 2398574 ` ] ( https://github.com/Bluetooth-Devices/tilt-ble/commit/239857470ddd04a2e2e6aa0ef8b035ecdaf948b2 ) )
8+
59## v0.2.2 (2022-08-31)
610### Fix
711* Change GitHub org to Bluetooth-Devices ([ #6 ] ( https://github.com/Bluetooth-Devices/tilt-ble/issues/6 ) ) ([ ` a14eb5c ` ] ( https://github.com/Bluetooth-Devices/tilt-ble/commit/a14eb5c9c17538c66b10cdf833a375e80f9e7d01 ) )
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " tilt-ble"
3- version = " 0.2.2 "
3+ version = " 0.2.3 "
44description = " Parser for Tilt BLE devices"
55authors = [" Alexander Thompson <thompson.p.alex@gmail.com>" ]
66license = " MIT"
Original file line number Diff line number Diff line change 1313
1414from .parser import TiltBluetoothDeviceData
1515
16- __version__ = "0.2.2 "
16+ __version__ = "0.2.3 "
1717
1818__all__ = [
1919 "DeviceClass" ,
You can’t perform that action at this time.
0 commit comments