diff --git a/CHANGELOG.md b/CHANGELOG.md index 323883e..b7313ef 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-06-03 + + +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..8258ab6 100644 --- a/substratools/__version__.py +++ b/substratools/__version__.py @@ -1 +1 @@ -__version__ = "0.21.3" +__version__ = "0.21.4"