From 89bc5e48706c4d89992377e940b18beb0f149594 Mon Sep 17 00:00:00 2001 From: woutdenolf Date: Thu, 23 Apr 2026 22:24:53 +0200 Subject: [PATCH] bump version to 3.0.0rc1 --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 589c82b..bcaf980 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] +## [3.0.0rc1] - 2026-04-28 + ### Added - Support links that are explicitly optional (`required=False`). @@ -140,7 +142,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/v2.0.2...HEAD +[unreleased]: https://github.com/ewoks-kit/ewoksppf/compare/v3.0.0rc1...HEAD +[3.0.0rc1]: https://github.com/ewoks-kit/ewoksppf/compare/v2.0.2...v3.0.0rc1 [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 [2.0.0]: https://github.com/ewoks-kit/ewoksppf/compare/v1.3.0...v2.0.0 diff --git a/pyproject.toml b/pyproject.toml index 5b6881c..3d3b080 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ewoksppf" -version = "2.0.2" +version = "3.0.0rc1" authors = [{ name = "ESRF", email = "dau-pydev@esrf.fr" }] description = "Pypushflow binding for Ewoks" readme = { file = "README.md", content-type = "text/markdown" }