Skip to content

Commit 5e00841

Browse files
actions-usergithub-actions
authored andcommitted
0.4.0
Automatically generated by python-semantic-release
1 parent caec685 commit 5e00841

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
# Changelog
22

33
<!--next-version-placeholder-->
4+
5+
## v0.4.0 (2022-08-30)
6+
### Feature
7+
* Fix ci ([#4](https://github.com/Bluetooth-Devices/sensorpro-ble/issues/4)) ([`caec685`](https://github.com/Bluetooth-Devices/sensorpro-ble/commit/caec685ea5c92295e20cc23f917ead5d23f7bfb8))
8+
* First release ([#3](https://github.com/Bluetooth-Devices/sensorpro-ble/issues/3)) ([`fe2afe4`](https://github.com/Bluetooth-Devices/sensorpro-ble/commit/fe2afe465232c8cad6d3822746bab0766c2feb99))
9+
* First publish ([#2](https://github.com/Bluetooth-Devices/sensorpro-ble/issues/2)) ([`9204233`](https://github.com/Bluetooth-Devices/sensorpro-ble/commit/92042336ef15c6653b5214c6de30e2635db34cec))
10+
* Init repo ([#1](https://github.com/Bluetooth-Devices/sensorpro-ble/issues/1)) ([`26b8d6b`](https://github.com/Bluetooth-Devices/sensorpro-ble/commit/26b8d6b8faa0fe0ff08da49e2ebf7ca653dbd8bb))

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.3.0"
3+
version = "0.4.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.3.0"
18+
__version__ = "0.4.0"
1919

2020
__all__ = [
2121
"SensorProBluetoothDeviceData",

0 commit comments

Comments
 (0)