From bdf5f31c9a43053e67caf38488344ef5c257cc25 Mon Sep 17 00:00:00 2001 From: woutdenolf Date: Tue, 4 Aug 2026 17:03:15 +0200 Subject: [PATCH] bump version to 3.1.0rc1 --- CHANGELOG.md | 7 ++++--- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b21ce56..97ed1c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,14 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.1.0rc1] - 2026-08-04 + ### Added - Support the `outputs` and `merge_outputs` arguments of `execute_graph`. ### Changed -- `execute_graph` returns the requested task outputs instead of the inputs and - outputs of the task that finished last. - `execute_graph` with `raise_on_error=False` returns no outputs when the workflow fails, like the other Ewoks engines. @@ -158,7 +158,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Convert Ewoks `Graph` to graph of actors for exection. -[unreleased]: https://github.com/ewoks-kit/ewoksppf/compare/v3.0.0...HEAD +[unreleased]: https://github.com/ewoks-kit/ewoksppf/compare/v3.1.0rc1...HEAD +[3.1.0rc1]: https://github.com/ewoks-kit/ewoksppf/compare/v3.0.0...v3.1.0rc1 [3.0.0]: https://github.com/ewoks-kit/ewoksppf/compare/v2.0.2...v3.0.0 [2.0.2]: https://github.com/ewoks-kit/ewoksppf/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/ewoks-kit/ewoksppf/compare/v2.0.0...v2.0.1 diff --git a/pyproject.toml b/pyproject.toml index 3fff7d2..4da76bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ewoksppf" -version = "3.0.0" +version = "3.1.0rc1" authors = [{ name = "ESRF", email = "dau-pydev@esrf.fr" }] description = "Pypushflow binding for Ewoks" readme = { file = "README.md", content-type = "text/markdown" }