Skip to content

Commit

Permalink
0.2.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 23, 2022
1 parent 0e1e80d commit ae4a224
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.2.0 (2022-08-23)
### Feature
* Add device ident and address, make variables optional ([`0e1e80d`](https://github.com/vincegio/airthings-ble/commit/0e1e80d78c1a400c773e37d3982614d3c246b607))

## v0.1.0 (2022-08-22)
### Feature
* Add battery percentage ([`cb8f4b3`](https://github.com/vincegio/airthings-ble/commit/cb8f4b34506d8143cda0f9b3854da825829327e9))
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.1.0"
__version__ = "0.2.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.1.0"
version = "0.2.0"
description = "Manage Airthings BLE devices"
authors = ["J. Nick Koston <[email protected]>"]
license = "Apache Software License 2.0"
Expand Down

0 comments on commit ae4a224

Please sign in to comment.