Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jun 16, 2023
1 parent 64b6cca commit 6fc5730
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## v0.1.2 (2023-06-16)

### Fix

* Fix condition, only show warning for payload >2 ([`453b065`](https://github.com/sairon/rapt-ble/commit/453b065171c93018d0c7b6a9111e21cfb3988606))

## v0.1.1 (2023-05-18)
### Fix
* Document v2 payload, remove warning ([`7bef92f`](https://github.com/sairon/rapt-ble/commit/7bef92fc3c1439a1d2c9180411aa695883c954a3))
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 = "rapt-ble"
version = "0.1.1"
version = "0.1.2"
description = "Parser for the RAPT Pill hydrometer BLE packets."
authors = ["Jan Čermák <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/rapt_ble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from .parser import RAPTPillBluetoothDeviceData

__version__ = "0.1.1"
__version__ = "0.1.2"

__all__ = [
"DeviceClass",
Expand Down

0 comments on commit 6fc5730

Please sign in to comment.