Skip to content

Commit

Permalink
chore: release 0.53.0 (#416)
Browse files Browse the repository at this point in the history
Signed-off-by: ThibaultFy <thibault.fouqueray@gmail.com>
  • Loading branch information
ThibaultFy authored Jun 14, 2024
1 parent df6702c commit d9961cc
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

## [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


Expand Down
1 change: 0 additions & 1 deletion changes/413.added

This file was deleted.

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

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.21.3",
"substratools>=0.21.4",
"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.52.0"
__version__ = "0.53.0"

0 comments on commit d9961cc

Please sign in to comment.