Skip to content

Commit 798553e

Browse files
committed
0.7.0
Automatically generated by python-semantic-release
1 parent 1331e9d commit 798553e

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.7.0 (2022-10-27)
6+
### Feature
7+
* Add support for 9000 series ([#9](https://github.com/Bluetooth-Devices/oralb-ble/issues/9)) ([`1331e9d`](https://github.com/Bluetooth-Devices/oralb-ble/commit/1331e9dad8b290de93861d20a629e93925dcbca3))
8+
59
## v0.6.0 (2022-10-27)
610
### Feature
711
* Add support for io series 4 ([#8](https://github.com/Bluetooth-Devices/oralb-ble/issues/8)) ([`f5ecd9d`](https://github.com/Bluetooth-Devices/oralb-ble/commit/f5ecd9d9619ca7c36c94cfec825d0e112f4bff72))

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.6.0"
3+
version = "0.7.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.6.0"
24+
__version__ = "0.7.0"
2525

2626
__all__ = [
2727
"OralBSensor",

0 commit comments

Comments
 (0)