Skip to content

Commit

Permalink
chore: release 1.0.0 (#431)
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 Oct 14, 2024
1 parent b5c419c commit 960f33d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

## [1.0.0](https://github.com/Substra/substra/releases/tag/1.0.0) - 2024-10-14

### Removed

- Drop Python 3.9 support. ([#428](https://github.com/Substra/substra/pull/428))


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

### Added
Expand Down
1 change: 0 additions & 1 deletion changes/428.removed

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dev = [
"pytest",
"pytest-cov",
"pytest-mock",
"substratools~=0.22.0",
"substratools~=1.0.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.0"
__version__ = "1.0.0"

0 comments on commit 960f33d

Please sign in to comment.