Skip to content

Commit

Permalink
chore: release 0.44.0
Browse files Browse the repository at this point in the history
Signed-off-by: Milouu <milan.roustan@owkin.com>
  • Loading branch information
Milouu committed May 11, 2023
1 parent 9df98a2 commit dc78f75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.44.0](https://github.com/Substra/substra/releases/tag/0.44.0) - 2023-05-11

### Added

- Client can now be configured using environment variables or a configuration Yaml file ([#353](https://github.com/Substra/substra/pull/353))
Expand Down Expand Up @@ -603,5 +605,5 @@ client1_org_id = clients[0].organization_info().organization_id

## [0.10.0](https://github.com/Substra/substra/releases/tag/0.10.0) - 2021-08-05

- [0.10.0]: <https://github.com/Substra/substra/compare/0.9.0...0.10.0>
- [unreleased]: <https://github.com/Substra/substra/compare/0.10.0...HEAD>
- [0.10.0]: https://github.com/Substra/substra/compare/0.9.0...0.10.0
- [unreleased]: https://github.com/Substra/substra/compare/0.10.0...HEAD
2 changes: 1 addition & 1 deletion substra/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.43.0"
__version__ = "0.44.0rc1"

0 comments on commit dc78f75

Please sign in to comment.