Skip to content

Commit 3fd81e0

Browse files
Change minimum version of the frequenz-sdk
Change minimum version of the `frequenz-sdk` dependency from >=1.0.0-rc2000 to >= 1.0.0-rc1900 Signed-off-by: Elzbieta Kotulska <[email protected]>
1 parent 73c74f2 commit 3fd81e0

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
# Dispatch Highlevel Interface 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+
* Change minimum version of the `frequenz-sdk` dependency from >= 1.0.0-rc2000 to >= 1.0.0-rc1900

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
# Make sure to update the version for cross-referencing also in the
3939
# mkdocs.yml file when changing the version here (look for the config key
4040
# plugins.mkdocstrings.handlers.python.import)
41-
"frequenz-sdk >= 1.0.0-rc2000, < 1.0.0-rc2100",
41+
"frequenz-sdk >= 1.0.0-rc1900, < 1.0.0-rc2100",
4242
"frequenz-channels >= 1.6.1, < 2.0.0",
4343
"frequenz-client-dispatch >= 0.10.1, < 0.11.0",
4444
]

0 commit comments

Comments
 (0)