Skip to content

Commit

Permalink
chore: release 0.21.3rc1
Browse files Browse the repository at this point in the history
Signed-off-by: SdgJlbl <sarah.diot-girard@owkin.com>
  • Loading branch information
SdgJlbl committed Mar 27, 2024
1 parent 609db6e commit 24ebdaa
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

## [0.21.3](https://github.com/Substra/substra-tools/releases/tag/0.21.3) - 2024-03-27


### Changed

- - Drop Python 3.8 support ([#90](https://github.com/Substra/substra-tools/pull/90))
- - Depreciate `setup.py` in favour of `pyproject.toml` ([#92](https://github.com/Substra/substra-tools/pull/92))


## [0.21.2](https://github.com/Substra/substra-tools/releases/tag/0.21.2) - 2024-03-07

### Changed
Expand Down
1 change: 0 additions & 1 deletion changes/90.changed

This file was deleted.

1 change: 0 additions & 1 deletion changes/92.changed

This file was deleted.

2 changes: 1 addition & 1 deletion substratools/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.21.2"
__version__ = "0.21.3rc1"

0 comments on commit 24ebdaa

Please sign in to comment.