Skip to content

Commit

Permalink
chore: release 0.29.0
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Hulot <[email protected]>
  • Loading branch information
Louis Hulot committed Sep 19, 2022
1 parent 1b04e78 commit 9d96756
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## \[Unreleased\]

## [0.29.0](https://github.com/Substra/substrafl/releases/tag/0.29.0) - 2022-09-19

### Changed

- Use the new Substra SDK feature that enable setting the `transient` flag on tasks instead of `clean_models` on compute plans to remove intermediary models.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
install_requires=[
"numpy>=1.20.3",
"cloudpickle>=1.6.0",
"substra~=0.36.0",
"substratools~=0.16.0",
"substra~=0.37.0",
"substratools~=0.17.0",
"pydantic>=1.9.0",
"pip>=21.2",
"wheel",
Expand Down
2 changes: 1 addition & 1 deletion substrafl/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.28.0"
__version__ = "0.29.0"

0 comments on commit 9d96756

Please sign in to comment.