File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 22
33## Summary
44
5- <!-- Here goes a general summary of what this release is about -->
5+ This is a small release to allow for easier interoperability between different APIs.
66
77## Upgrading
88
1212 * ` from frequenz.client.microgrid import MicrogridId ` -> ` from frequenz.client.common.microgrid import MicrogridId `
1313 * ` from frequenz.client.microgrid import ComponentId ` -> ` from frequenz.client.common.microgrid.components import ComponentId `
1414 * ` from frequenz.client.microgrid import SensorId ` -> ` from frequenz.client.common.microgrid.sensors import SensorId `
15-
16- ## New Features
17-
18- <!-- Here goes the main new features and examples or instructions on how to use them -->
19-
20- ## Bug Fixes
21-
22- <!-- Here goes notable bug fixes that are worth a special mention or explanation -->
You can’t perform that action at this time.
0 commit comments