Skip to content

Commit 960f33d

Browse files
chore: release 1.0.0 (#431)
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 b5c419c commit 960f33d

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

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

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

10+
## [1.0.0](https://github.com/Substra/substra/releases/tag/1.0.0) - 2024-10-14
11+
12+
### Removed
13+
14+
- Drop Python 3.9 support. ([#428](https://github.com/Substra/substra/pull/428))
15+
16+
1017
## [0.54.0](https://github.com/Substra/substra/releases/tag/0.54.0) - 2024-09-12
1118

1219
### Added

changes/428.removed

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
@@ -42,7 +42,7 @@ dev = [
4242
"pytest",
4343
"pytest-cov",
4444
"pytest-mock",
45-
"substratools~=0.22.0",
45+
"substratools~=1.0.0",
4646
"black",
4747
"flake8",
4848
"isort",

substra/__version__.py

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

0 commit comments

Comments
 (0)