Skip to content

Commit

Permalink
2.3.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
actions-user authored and github-actions committed Nov 19, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 7404a9b commit 4abba3c
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
@@ -2,6 +2,10 @@

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

## v2.3.1 (2022-11-19)
### Fix
* Warning for numerical order object id ([`b86feaa`](https://github.com/Bluetooth-Devices/bthome-ble/commit/b86feaa7f2845c1471bd13d48443a23122078bc6))

## v2.3.0 (2022-11-18)
### Feature
* Remove cipher update ([`21b9390`](https://github.com/Bluetooth-Devices/bthome-ble/commit/21b9390953341e540a42636f49b09ab17519ef5c))
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 = "2.3.0"
version = "2.3.1"
description = "BThome BLE support"
authors = ["Ernst Klamer <[email protected]>"]
license = "MIT"
2 changes: 1 addition & 1 deletion src/bthome_ble/__init__.py
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@

from .parser import BTHomeBluetoothDeviceData

__version__ = "2.3.0"
__version__ = "2.3.1"

__all__ = [
"BinarySensorDeviceClass",

0 comments on commit 4abba3c

Please sign in to comment.