Skip to content

Commit

Permalink
chore: release 0.28.0 (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: Fabien Gelus <[email protected]>
  • Loading branch information
Fabien-GELUS authored Sep 12, 2022
1 parent b17ef19 commit c3473a9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 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.28.0](https://github.com/Substra/substrafl/releases/tag/0.28.0) - 2022-09-12

### Fixed

- Throw an error if `pytorch 1.12.0` is used.
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.35.0",
"substratools~=0.15.0",
"substra~=0.36.0",
"substratools~=0.16.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.27.0"
__version__ = "0.28.0"
2 changes: 1 addition & 1 deletion substrafl/remote/register/register.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
logger = logging.getLogger(__name__)

# Substra tools version for which the image naming scheme changed
MINIMAL_DOCKER_SUBSTRATOOLS_VERSION = "0.10.0"
MINIMAL_DOCKER_SUBSTRATOOLS_VERSION = "0.16.0"

_DEFAULT_SUBSTRATOOLS_IMAGE = "ghcr.io/substra/substra-tools:\
{substratools_version}-nvidiacuda11.6.0-base-ubuntu20.04-python{python_version}"
Expand Down

0 comments on commit c3473a9

Please sign in to comment.