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
github-actions committed Nov 16, 2023
1 parent 0b81c71 commit 0500c39
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## v0.5.0 (2023-11-16)

### Feature

* Adding the new 2023 "Pro Check Universal" device (M1017020A) ([#9](https://github.com/Bluetooth-Devices/mopeka-iot-ble/issues/9)) ([`0b81c71`](https://github.com/Bluetooth-Devices/mopeka-iot-ble/commit/0b81c71c1b44382ec163d5db49902aa56c06bf7e))

## v0.4.1 (2023-02-23)
### Fix
* Show readings of quality 1 ([#5](https://github.com/Bluetooth-Devices/mopeka-iot-ble/issues/5)) ([`1e034e6`](https://github.com/Bluetooth-Devices/mopeka-iot-ble/commit/1e034e6c1884c7c8e1eefbe64022aaa11df68648))
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 = "mopeka-iot-ble"
version = "0.4.1"
version = "0.5.0"
description = "Mopeka IOT BLE Parser"
authors = ["J. Nick Koston <bluetooth@koston.org>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/mopeka_iot_ble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

from .parser import MopekaIOTBluetoothDeviceData

__version__ = "0.4.1"
__version__ = "0.5.0"

__all__ = [
"MopekaIOTBluetoothDeviceData",
Expand Down

0 comments on commit 0500c39

Please sign in to comment.