Skip to content

Commit fd5b484

Browse files
actions-usergithub-actions
authored andcommitted
0.2.3
Automatically generated by python-semantic-release
1 parent 2398574 commit fd5b484

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.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))

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 = "tilt-ble"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
description = "Parser for Tilt BLE devices"
55
authors = ["Alexander Thompson <thompson.p.alex@gmail.com>"]
66
license = "MIT"

src/tilt_ble/__init__.py

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

1414
from .parser import TiltBluetoothDeviceData
1515

16-
__version__ = "0.2.2"
16+
__version__ = "0.2.3"
1717

1818
__all__ = [
1919
"DeviceClass",

0 commit comments

Comments
 (0)