Skip to content

Commit 4aaac11

Browse files
actions-usergithub-actions
authored and
github-actions
committed
2.3.0
Automatically generated by python-semantic-release
1 parent b360294 commit 4aaac11

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v2.3.0 (2022-11-18)
6+
### Feature
7+
* Remove cipher update ([`21b9390`](https://github.com/Bluetooth-Devices/bthome-ble/commit/21b9390953341e540a42636f49b09ab17519ef5c))
8+
59
## v2.2.1 (2022-11-07)
610
### Fix
711
* Multiple measurements fix ([`849deab`](https://github.com/Bluetooth-Devices/bthome-ble/commit/849deab688a83ba040e8f7e42598b4aa339d0460))

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bthome-ble"
3-
version = "2.2.1"
3+
version = "2.3.0"
44
description = "BThome BLE support"
55
authors = ["Ernst Klamer <e.klamer@gmail.com>"]
66
license = "MIT"

src/bthome_ble/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
from .parser import BTHomeBluetoothDeviceData
1717

18-
__version__ = "2.2.1"
18+
__version__ = "2.3.0"
1919

2020
__all__ = [
2121
"BinarySensorDeviceClass",

0 commit comments

Comments
 (0)