Skip to content

Commit 2110a99

Browse files
actions-usergithub-actions
authored and
github-actions
committed
0.1.0
Automatically generated by python-semantic-release
1 parent 0875dc4 commit 2110a99

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
# Changelog
22

33
<!--next-version-placeholder-->
4+
5+
## v0.1.0 (2022-08-29)
6+
### Feature
7+
* First release ([#3](https://github.com/Bluetooth-Devices/led-ble/issues/3)) ([`0875dc4`](https://github.com/Bluetooth-Devices/led-ble/commit/0875dc4ca17960cb634b66c3a3c61f9ff2c5f490))
8+
* Build out the class ([#2](https://github.com/Bluetooth-Devices/led-ble/issues/2)) ([`f70c1a3`](https://github.com/Bluetooth-Devices/led-ble/commit/f70c1a3288dfcf749200cab167f1ee67b2ffcd3e))
9+
10+
### Fix
11+
* Ci ([#1](https://github.com/Bluetooth-Devices/led-ble/issues/1)) ([`dba3484`](https://github.com/Bluetooth-Devices/led-ble/commit/dba3484f8aabb76db51365179cfecfb1caeed528))

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "led-ble"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
description = "Control a wide range of LED BLE devices"
55
authors = ["J. Nick Koston <[email protected]>"]
66
license = "Apache Software License 2.0"

src/led_ble/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from .exceptions import CharacteristicMissingError
3030
from .models import LEDBLEState
3131

32-
__version__ = "0.0.1"
32+
__version__ = "0.1.0"
3333

3434

3535
WrapFuncType = TypeVar("WrapFuncType", bound=Callable[..., Any])

0 commit comments

Comments
 (0)