diff --git a/CHANGELOG.md b/CHANGELOG.md index c1ed49c4..69f6dd5b 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.35.1](https://github.com/Substra/substrafl/releases/tag/0.35.1) - 2023-04-11 + ### Changed - Change order of layers in the Dockerfile: files are copied as needed before the installation layers, and the final copy diff --git a/substrafl/__version__.py b/substrafl/__version__.py index e0d0ed60..98bb08f9 100644 --- a/substrafl/__version__.py +++ b/substrafl/__version__.py @@ -1 +1 @@ -__version__ = "0.35.0" +__version__ = "0.35.1"