Skip to content

Commit 27ee98e

Browse files
authored
Bump component-graph version to 0.4 (#1400)
2 parents 770d768 + 1c55b88 commit 27ee98e

2 files changed

Lines changed: 2 additions & 14 deletions

File tree

RELEASE_NOTES.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
# Frequenz Python SDK Release Notes
22

3-
## Summary
4-
5-
<!-- Here goes a general summary of what this release is about -->
6-
73
## Upgrading
84

9-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
10-
11-
## New Features
12-
13-
<!-- Here goes the main new features and examples or instructions on how to use them -->
14-
15-
## Bug Fixes
16-
17-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
5+
- The minimum required version of frequenz-microgrid-component-graph is now 0.4.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
# changing the version
3131
# (plugins.mkdocstrings.handlers.python.import)
3232
"frequenz-client-microgrid >= 0.18.1, < 0.19.0",
33-
"frequenz-microgrid-component-graph >= 0.3.4, < 0.4",
33+
"frequenz-microgrid-component-graph >= 0.4, < 0.5",
3434
"frequenz-client-common >= 0.3.6, < 0.4.0",
3535
"frequenz-channels >= 1.6.1, < 2.0.0",
3636
"frequenz-quantities[marshmallow] >= 1.0.0, < 2.0.0",

0 commit comments

Comments
 (0)