From e70bf2d2b25cdaf5818857099ec0b4a81fa45759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilhem=20Barth=C3=A9s?= Date: Mon, 26 Feb 2024 14:40:17 +0100 Subject: [PATCH] chore: release 0.21.1 (#88) 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 2331de3..799b6fb 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 ## Unreleased +## [0.21.1](https://github.com/Substra/substra-tools/releases/tag/0.21.1) - 2024-02-26 + +### Changed + +- Updated dependencies + ## [0.21.0](https://github.com/Substra/substra-tools/releases/tag/0.21.0) - 2023-10-06 ### Changed diff --git a/substratools/__version__.py b/substratools/__version__.py index 6a726d8..76f2458 100644 --- a/substratools/__version__.py +++ b/substratools/__version__.py @@ -1 +1 @@ -__version__ = "0.21.0" +__version__ = "0.21.1"