From d9961cc6a180cad9f17868596da07abb8578878e Mon Sep 17 00:00:00 2001 From: ThibaultFy <50656860+ThibaultFy@users.noreply.github.com> Date: Fri, 14 Jun 2024 09:37:39 +0200 Subject: [PATCH] chore: release 0.53.0 (#416) Signed-off-by: ThibaultFy --- CHANGELOG.md | 12 ++++++++++++ changes/413.added | 1 - changes/415.changed | 1 - pyproject.toml | 2 +- substra/__version__.py | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 changes/413.added delete mode 100644 changes/415.changed diff --git a/CHANGELOG.md b/CHANGELOG.md index ca0ae220..b855d831 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.53.0](https://github.com/Substra/substra/releases/tag/0.53.0) - 2024-06-03 + + +### Added + +- A warning indicates when a `Client` is set in hybrid mode ([#413](https://github.com/Substra/substra/pull/413)) + +### Changed + +- Exclude `requests` 2.32.* due to bug introduction in these version. ([#415](https://github.com/Substra/substra/pull/415)) + + ## [0.52.0](https://github.com/Substra/substra/releases/tag/0.52.0) - 2024-03-27 diff --git a/changes/413.added b/changes/413.added deleted file mode 100644 index 2572d1a1..00000000 --- a/changes/413.added +++ /dev/null @@ -1 +0,0 @@ -A warning indicates when a `Client` is set in hybrid mode \ No newline at end of file diff --git a/changes/415.changed b/changes/415.changed deleted file mode 100644 index 0473e31f..00000000 --- a/changes/415.changed +++ /dev/null @@ -1 +0,0 @@ -Exclude `requests` 2.32.* due to bug introduction in these version. \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index c656bab3..17c8096a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dev = [ "pytest", "pytest-cov", "pytest-mock", - "substratools>=0.21.3", + "substratools>=0.21.4", "black", "flake8", "isort", diff --git a/substra/__version__.py b/substra/__version__.py index aa212880..3c5da5f9 100644 --- a/substra/__version__.py +++ b/substra/__version__.py @@ -1 +1 @@ -__version__ = "0.52.0" +__version__ = "0.53.0"