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 authored and github-actions committed Dec 29, 2022
1 parent 1c997d1 commit 93a6136
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-12-29)
### Feature
* Add python 3.11 support ([#9](https://github.com/Bluetooth-Devices/thermobeacon-ble/issues/9)) ([`1c997d1`](https://github.com/Bluetooth-Devices/thermobeacon-ble/commit/1c997d101961aaaadedd6be2a298d0fd3385944e))

## v0.4.0 (2022-11-13)
### Feature
* Add support for device 0x18 ([#8](https://github.com/Bluetooth-Devices/thermobeacon-ble/issues/8)) ([`7599842`](https://github.com/Bluetooth-Devices/thermobeacon-ble/commit/7599842522f845a2a39e3ec69bc9d1d7901c9044))
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 = "thermobeacon-ble"
version = "0.4.0"
version = "0.5.0"
description = "Parser for Thermobeacon devices"
authors = ["J. Nick Koston <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/thermobeacon_ble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from .parser import ThermoBeaconBluetoothDeviceData

__version__ = "0.4.0"
__version__ = "0.5.0"

__all__ = [
"ThermoBeaconBluetoothDeviceData",
Expand Down

0 comments on commit 93a6136

Please sign in to comment.