From 3fd81e0a2dbc7d1cdab668c5061c61f34a2de9cd Mon Sep 17 00:00:00 2001 From: Elzbieta Kotulska Date: Thu, 5 Jun 2025 12:51:27 +0200 Subject: [PATCH 1/2] 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 --- RELEASE_NOTES.md | 14 +------------- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d4546f43..fdc7c096 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,17 +1,5 @@ # Dispatch Highlevel Interface Release Notes -## Summary - - - ## Upgrading - - -## New Features - - - -## Bug Fixes - - +* Change minimum version of the `frequenz-sdk` dependency from >= 1.0.0-rc2000 to >= 1.0.0-rc1900 diff --git a/pyproject.toml b/pyproject.toml index 3ce4c6cb..062a1117 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ # Make sure to update the version for cross-referencing also in the # mkdocs.yml file when changing the version here (look for the config key # plugins.mkdocstrings.handlers.python.import) - "frequenz-sdk >= 1.0.0-rc2000, < 1.0.0-rc2100", + "frequenz-sdk >= 1.0.0-rc1900, < 1.0.0-rc2100", "frequenz-channels >= 1.6.1, < 2.0.0", "frequenz-client-dispatch >= 0.10.1, < 0.11.0", ] From c354f469f5ac6b9c981278c3dd13ac885ed8f43f Mon Sep 17 00:00:00 2001 From: Elzbieta Kotulska Date: Thu, 5 Jun 2025 12:52:34 +0200 Subject: [PATCH 2/2] Reset release notes Signed-off-by: Elzbieta Kotulska --- RELEASE_NOTES.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index fdc7c096..d4546f43 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,17 @@ # Dispatch Highlevel Interface Release Notes +## Summary + + + ## Upgrading -* Change minimum version of the `frequenz-sdk` dependency from >= 1.0.0-rc2000 to >= 1.0.0-rc1900 + + +## New Features + + + +## Bug Fixes + +