File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Please also refer to [examples](https://github.com/frequenz-floss/frequenz-clien
3030
3131``` bash
3232# Choose the version you want to install
33- VERSION=0.17.0
33+ VERSION=0.17.1
3434pip install frequenz-client-reporting==$VERSION
3535```
3636
Original file line number Diff line number Diff line change 66
77## Upgrading
88
9- - The ` receive_aggregated_data ` method now returns a ` Receiver ` , which provides more flexibility that the previous ` AsyncIterator ` .
10- - The ` receive_microgrid_sensors_data ` , ` receive_single_sensor_data ` and ` receive_aggregated_data ` methods are no-longer ` async ` .
9+ <!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
1110
1211## New Features
1312
You can’t perform that action at this time.
0 commit comments