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"