From f0eebd632c30337f4a15c7bc815495c528fd2ddc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilhem=20Barth=C3=A9s?= Date: Tue, 21 May 2024 11:37:27 +0200 Subject: [PATCH] chore: release 0.21.4rc1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Guilhem Barthés --- CHANGELOG.md | 6 ++++++ substratools/__version__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 323883e..df1aa71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.21.4](https://github.com/Substra/substra-tools/releases/tag/0.21.4) - 2024-05-21 + + +No significant changes. + + ## [0.21.3](https://github.com/Substra/substra-tools/releases/tag/0.21.3) - 2024-03-27 diff --git a/substratools/__version__.py b/substratools/__version__.py index dc4f07a..5b0c1a2 100644 --- a/substratools/__version__.py +++ b/substratools/__version__.py @@ -1 +1 @@ -__version__ = "0.21.3" +__version__ = "0.21.4rc1"