Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 0.54.0 #427

Merged
merged 5 commits into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
Loading