Skip to content

Commit bde24b4

Browse files
chore: release 0.54.0 (#427)
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>
1 parent ce8452a commit bde24b4

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!-- towncrier release notes start -->
99

10+
## [0.54.0](https://github.com/Substra/substra/releases/tag/0.54.0) - 2024-09-12
11+
12+
### Added
13+
14+
- Python 3.12 support ([#418](https://github.com/Substra/substra/pull/418))
15+
16+
### Changed
17+
18+
- `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))
19+
20+
1021
## [0.53.0](https://github.com/Substra/substra/releases/tag/0.53.0) - 2024-06-03
1122

1223

changes/417.changed

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/418.added

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dev = [
4343
"pytest",
4444
"pytest-cov",
4545
"pytest-mock",
46-
"substratools~=0.22.0a2",
46+
"substratools~=0.22.0",
4747
"black",
4848
"flake8",
4949
"isort",

substra/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.54.0a1"
1+
__version__ = "0.54.0"

0 commit comments

Comments
 (0)