From dc78f75cf0ea55207150e94b54c185991bd69a2d Mon Sep 17 00:00:00 2001 From: Milouu Date: Thu, 11 May 2023 16:21:28 +0200 Subject: [PATCH] chore: release 0.44.0 Signed-off-by: Milouu --- CHANGELOG.md | 6 ++++-- substra/__version__.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a300ce2..1070faf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) @@ -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]: -- [unreleased]: +- [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 diff --git a/substra/__version__.py b/substra/__version__.py index 1a923102..2f6f9d14 100644 --- a/substra/__version__.py +++ b/substra/__version__.py @@ -1 +1 @@ -__version__ = "0.43.0" +__version__ = "0.44.0rc1"