Skip to content

Commit c650f69

Browse files
actions-usergithub-actions
authored andcommitted
0.5.0
Automatically generated by python-semantic-release
1 parent 8235d01 commit c650f69

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

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

5+
## v0.5.0 (2022-08-30)
6+
### Feature
7+
* Add support for the t201/t301 ([#5](https://github.com/Bluetooth-Devices/sensorpro-ble/issues/5)) ([`8235d01`](https://github.com/Bluetooth-Devices/sensorpro-ble/commit/8235d01f291e34e2cbbdce9e6dd7a888297ac84e))
8+
59
## v0.4.0 (2022-08-30)
610
### Feature
711
* Fix ci ([#4](https://github.com/Bluetooth-Devices/sensorpro-ble/issues/4)) ([`caec685`](https://github.com/Bluetooth-Devices/sensorpro-ble/commit/caec685ea5c92295e20cc23f917ead5d23f7bfb8))

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 = "sensorpro-ble"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
description = "SensorPro BLE Devices"
55
authors = ["J. Nick Koston <[email protected]>"]
66
license = "MIT"

src/sensorpro_ble/__init__.py

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

1616
from .parser import SensorProBluetoothDeviceData
1717

18-
__version__ = "0.4.0"
18+
__version__ = "0.5.0"
1919

2020
__all__ = [
2121
"SensorProBluetoothDeviceData",

0 commit comments

Comments
 (0)