Skip to content

Commit

Permalink
0.17.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Feb 6, 2023
1 parent 0772a42 commit 755c586
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## v0.17.3 (2023-02-06)
### Fix
* Bump python-semantic-release ([#40](https://github.com/Bluetooth-Devices/oralb-ble/issues/40)) ([`0772a42`](https://github.com/Bluetooth-Devices/oralb-ble/commit/0772a4244788c5647645fe36a0a918d301da69cb))
* 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))

## v0.17.2 (2023-02-03)
### Fix
* 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))
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 = "oralb-ble"
version = "0.17.2"
version = "0.17.3"
description = "Bluetooth library for Oral B devices"
authors = ["J. Nick Koston <bluetooth@koston.org>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/oralb_ble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

from .parser import OralBBinarySensor, OralBBluetoothDeviceData, OralBSensor

__version__ = "0.17.2"
__version__ = "0.17.3"

__all__ = [
"OralBSensor",
Expand Down

0 comments on commit 755c586

Please sign in to comment.