From d20e7bd59a4f0c7ab49231fcef695e59893d9316 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20L=C3=A9obal?= Date: Fri, 31 Mar 2023 10:59:42 +0200 Subject: [PATCH] chore: release 0.43.0rc1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Olivier LĂ©obal --- CHANGELOG.md | 2 ++ substra/__version__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac89be2e..3729f688 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.43.0](https://github.com/Substra/substra/releases/tag/0.43.0) - 2023-03-31 + ### Added - Add `SummaryTask` Pydantic validator to match the new API behavior (returning compute tasks without details in list view) ([#350](https://github.com/Substra/substra/pull/350/)) diff --git a/substra/__version__.py b/substra/__version__.py index 92717f71..67d0e2f8 100644 --- a/substra/__version__.py +++ b/substra/__version__.py @@ -1 +1 @@ -__version__ = "0.42.0" +__version__ = "0.43.0rc1"