Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Sep 10, 2022
1 parent 0949bd2 commit d54f750
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.1 (2022-09-10)
### Fix
* Fix incompability with home assistant package versionings ([`0949bd2`](https://github.com/vincegio/airthings-ble/commit/0949bd28c7495264be55da4b9f1997cae2b391e5))

## v0.5.0 (2022-08-28)
### Feature
* Change identifier to be serial number ([`13fd0bd`](https://github.com/vincegio/airthings-ble/commit/13fd0bda1bd544b8a3c7d39baa187d5b7127599a))
Expand Down
2 changes: 1 addition & 1 deletion airthings_ble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

from .parser import AirthingsBluetoothDeviceData, AirthingsDevice

__version__ = "0.5.0"
__version__ = "0.5.1"

__all__ = ["AirthingsBluetoothDeviceData", "AirthingsDevice"]
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 = "airthings-ble"
version = "0.5.0"
version = "0.5.1"
description = "Manage Airthings BLE devices"
authors = ["J. Nick Koston <[email protected]>"]
license = "Apache Software License 2.0"
Expand Down

0 comments on commit d54f750

Please sign in to comment.