Skip to content

Commit 755c586

Browse files
author
github-actions
committed
0.17.3
Automatically generated by python-semantic-release
1 parent 0772a42 commit 755c586

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

5+
## v0.17.3 (2023-02-06)
6+
### Fix
7+
* Bump python-semantic-release ([#40](https://github.com/Bluetooth-Devices/oralb-ble/issues/40)) ([`0772a42`](https://github.com/Bluetooth-Devices/oralb-ble/commit/0772a4244788c5647645fe36a0a918d301da69cb))
8+
* Identification of Genius X and 10000 ([#39](https://github.com/Bluetooth-Devices/oralb-ble/issues/39)) ([`93ea567`](https://github.com/Bluetooth-Devices/oralb-ble/commit/93ea567b150cf084e76504b9fdc741ad7a7db880))
9+
510
## v0.17.2 (2023-02-03)
611
### Fix
712
* Io4 identification for some models ([#38](https://github.com/Bluetooth-Devices/oralb-ble/issues/38)) ([`2eaaf2b`](https://github.com/Bluetooth-Devices/oralb-ble/commit/2eaaf2be23d5c8b4d8a8af4ea93d90c5eefd1b63))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "oralb-ble"
3-
version = "0.17.2"
3+
version = "0.17.3"
44
description = "Bluetooth library for Oral B devices"
55
authors = ["J. Nick Koston <bluetooth@koston.org>"]
66
license = "MIT"

src/oralb_ble/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
from .parser import OralBBinarySensor, OralBBluetoothDeviceData, OralBSensor
2323

24-
__version__ = "0.17.2"
24+
__version__ = "0.17.3"
2525

2626
__all__ = [
2727
"OralBSensor",

0 commit comments

Comments
 (0)