Skip to content

Commit f760adc

Browse files
Update readme to version 0.8.0 (frequenz-floss#95)
2 parents 1ab8c38 + 9eab6b0 commit f760adc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.7.0
33+
VERSION=0.8.0
3434
pip install frequenz-client-reporting==$VERSION
3535
```
3636

@@ -44,9 +44,9 @@ from frequenz.client.common.metric import Metric
4444
from frequenz.client.reporting import ReportingApiClient
4545

4646
# Change server address if needed
47-
SERVICE_ADDRESS = "reporting.api.frequenz.com:443"
47+
SERVICE_URL = "grpc://reporting.api.frequenz.com:443?ssl=true"
4848
API_KEY = open('api_key.txt').read().strip()
49-
client = ReportingApiClient(service_address=SERVICE_ADDRESS, key=API_KEY)
49+
client = ReportingApiClient(service_url=SERVICE_URL, key=API_KEY)
5050
```
5151

5252
Besides the microgrid_id, component_ids, and metrics, start, and end time,

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Upgrading
88

9-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
9+
* Update readme to make use of newest release version 0.8.0
1010

1111
## New Features
1212

0 commit comments

Comments
 (0)