Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jul 21, 2022
1 parent 02d7ca1 commit a7d111d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.5.0 (2022-07-21)
### Feature
* Refactor for sensor-state-data 2 ([#12](https://github.com/Bluetooth-Devices/inkbird-ble/issues/12)) ([`02d7ca1`](https://github.com/Bluetooth-Devices/inkbird-ble/commit/02d7ca1435e3aa98b7c46f7cf6bbbf9285330973))

## v0.4.0 (2022-07-20)
### Feature
* Export SensorDescription and SensorValue ([#11](https://github.com/Bluetooth-Devices/inkbird-ble/issues/11)) ([`d362302`](https://github.com/Bluetooth-Devices/inkbird-ble/commit/d362302b9f707abde4a4280422788010c01ff437))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "inkbird-ble"
version = "0.4.0"
version = "0.5.0"
description = "Parser for INKBIRD BLE devices"
authors = ["J. Nick Koston <nick@koston.org>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/inkbird_ble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from .parser import INKBIRDBluetoothDeviceData

__version__ = "0.4.0"
__version__ = "0.5.0"

__all__ = [
"INKBIRDBluetoothDeviceData",
Expand Down

0 comments on commit a7d111d

Please sign in to comment.