Skip to content

Commit

Permalink
release: 0.43.0 (#189)
Browse files Browse the repository at this point in the history
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
  • Loading branch information
guilhem-barthes authored Feb 26, 2024
1 parent e77e190 commit e465d9f
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 @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## \[Unreleased\]

## [0.43.0](https://github.com/Substra/substrafl/releases/tag/0.43.0) - 2024-02-26

### Changed

- Renamed `function` field of Substra Function pydantic model to `archive`([#181](https://github.com/Substra/substrafl/pull/181))
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
install_requires=[
"numpy>=1.24",
"cloudpickle>=1.6.0",
"substra~=0.49.0",
"substratools~=0.21.0",
"substra~=0.50.0",
"substratools~=0.21.1",
"pydantic>=2.3.0,<3.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.42.0"
__version__ = "0.43.0"

0 comments on commit e465d9f

Please sign in to comment.