Skip to content

Commit

Permalink
chore: release 0.45.1rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Guilhem Barthés <[email protected]>
  • Loading branch information
guilhem-barthes committed May 21, 2024
1 parent 354df22 commit a5bfd06
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

## [0.45.1](https://github.com/Substra/substrafl/releases/tag/0.45.1) - 2024-05-21


No significant changes.


## [0.45.0](https://github.com/Substra/substrafl/releases/tag/0.45.0) - 2024-03-27


Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ readme = "README.md"
dependencies = [
"numpy>=1.24",
"cloudpickle>=1.6.0",
"substra~=0.52.0",
"substratools~=0.21.3",
"substra~=0.52.1rc1",
"substratools~=0.21.4rc1",
"pydantic>=2.3.0,<3.0",
"pip>=21.2",
"tqdm",
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.45.0"
__version__ = "0.45.1rc1"

0 comments on commit a5bfd06

Please sign in to comment.