Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Please also refer to [examples](https://github.com/frequenz-floss/frequenz-clien

```bash
# Choose the version you want to install
VERSION=0.17.0
VERSION=0.17.1
pip install frequenz-client-reporting==$VERSION
```

Expand Down
3 changes: 1 addition & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@

## Upgrading

- The `receive_aggregated_data` method now returns a `Receiver`, which provides more flexibility that the previous `AsyncIterator`.
- The `receive_microgrid_sensors_data`, `receive_single_sensor_data` and `receive_aggregated_data` methods are no-longer `async`.
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->

## New Features

Expand Down
Loading