Skip to content

Commit

Permalink
0.2.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Feb 7, 2023
1 parent 2d42988 commit 587f23b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.2.4 (2023-02-07)
### Fix
* Update isort to fix CI ([#8](https://github.com/Bluetooth-Devices/tilt-ble/issues/8)) ([`2d42988`](https://github.com/Bluetooth-Devices/tilt-ble/commit/2d42988e8ffa6028a8e81434d36925b267c283bc))

## v0.2.3 (2022-09-07)
### Fix
* Downgrade logger to debug ([#7](https://github.com/Bluetooth-Devices/tilt-ble/issues/7)) ([`2398574`](https://github.com/Bluetooth-Devices/tilt-ble/commit/239857470ddd04a2e2e6aa0ef8b035ecdaf948b2))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tilt-ble"
version = "0.2.3"
version = "0.2.4"
description = "Parser for Tilt BLE devices"
authors = ["Alexander Thompson <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/tilt_ble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from .parser import TiltBluetoothDeviceData

__version__ = "0.2.3"
__version__ = "0.2.4"

__all__ = [
"DeviceClass",
Expand Down

0 comments on commit 587f23b

Please sign in to comment.