Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Aug 28, 2022
1 parent 29d38a7 commit c0e64f1
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.4.0 (2022-08-28)
### Feature
* Gracefully pass bleak exceptions during characteristics readings ([`29d38a7`](https://github.com/vincegio/airthings-ble/commit/29d38a754b0ad8a2390d7d17b626061e29f135ba))

## v0.3.0 (2022-08-24)
### Feature
* Add dataclass to AirthingsDevice ([`88e525a`](https://github.com/vincegio/airthings-ble/commit/88e525ae9e00ce707f316785538aedc0d7b9dcaa))
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.3.0"
__version__ = "0.4.0"

__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.3.0"
version = "0.4.0"
description = "Manage Airthings BLE devices"
authors = ["J. Nick Koston <[email protected]>"]
license = "Apache Software License 2.0"
Expand Down

0 comments on commit c0e64f1

Please sign in to comment.