Skip to content

Commit

Permalink
chore: release 0.54.0 (#427)
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: substra-bot[bot] <100303497+substra-bot[bot]@users.noreply.github.com>
Co-authored-by: substra-bot[bot] <substra-bot[bot]@users.noreply.github.com>
  • Loading branch information
substra-bot[bot] and substra-bot[bot] authored Sep 12, 2024
1 parent ce8452a commit bde24b4
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

## [0.54.0](https://github.com/Substra/substra/releases/tag/0.54.0) - 2024-09-12

### Added

- Python 3.12 support ([#418](https://github.com/Substra/substra/pull/418))

### Changed

- `description.md` are now `Optional` in `DatasampleSpec`. If no description file is given, `Substra` will generate a template indicating how to add a custom description file during dataset registration. ([#417](https://github.com/Substra/substra/pull/417))


## [0.53.0](https://github.com/Substra/substra/releases/tag/0.53.0) - 2024-06-03


Expand Down
1 change: 0 additions & 1 deletion changes/417.changed

This file was deleted.

1 change: 0 additions & 1 deletion changes/418.added

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dev = [
"pytest",
"pytest-cov",
"pytest-mock",
"substratools~=0.22.0a2",
"substratools~=0.22.0",
"black",
"flake8",
"isort",
Expand Down
2 changes: 1 addition & 1 deletion substra/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.54.0a1"
__version__ = "0.54.0"

0 comments on commit bde24b4

Please sign in to comment.