Skip to content

Commit 8350511

Browse files
committed
0.16.0
Automatically generated by python-semantic-release
1 parent 7000169 commit 8350511

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+
## v0.16.0 (2023-01-08)
6+
### Feature
7+
* Rework sectors, fix pressures, and fix misidentification of IO 9 as 8 ([#30](https://github.com/Bluetooth-Devices/oralb-ble/issues/30)) ([`7000169`](https://github.com/Bluetooth-Devices/oralb-ble/commit/70001694d8f8c2a99ca560566eff875c722dd0d3))
8+
59
## v0.15.0 (2023-01-07)
610
### Feature
711
* Add support for IO Series 6 and Tongue Cleaning Mode ([#29](https://github.com/Bluetooth-Devices/oralb-ble/issues/29)) ([`a1426b5`](https://github.com/Bluetooth-Devices/oralb-ble/commit/a1426b5b9bdb456caa838bd971b6f73c9756ccfd))

pyproject.toml

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

src/oralb_ble/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
from .parser import OralBBinarySensor, OralBBluetoothDeviceData, OralBSensor
2323

24-
__version__ = "0.15.0"
24+
__version__ = "0.16.0"
2525

2626
__all__ = [
2727
"OralBSensor",

0 commit comments

Comments
 (0)