Skip to content

Commit

Permalink
1.2.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user authored and github-actions committed Sep 14, 2022
1 parent 8ffda8e commit 8d2f8ca
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-->

## v1.2.2 (2022-09-14)
### Fix
* Remove update binary sensor ([`e529f89`](https://github.com/Bluetooth-Devices/bthome-ble/commit/e529f899eb7b9f38b65c36f5cc46d3df41e91f75))

## v1.2.1 (2022-09-13)
### Fix
* Remove empty line ([`5f7ba24`](https://github.com/Bluetooth-Devices/bthome-ble/commit/5f7ba2438f4a8e6bde341b74668514906364d070))
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 = "bthome-ble"
version = "1.2.1"
version = "1.2.2"
description = "BThome BLE support"
authors = ["Ernst Klamer <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/bthome_ble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from .parser import BTHomeBluetoothDeviceData

__version__ = "1.2.1"
__version__ = "1.2.2"

__all__ = [
"BinarySensorDeviceClass",
Expand Down

0 comments on commit 8d2f8ca

Please sign in to comment.