From df0b11094f31dc51b575cff1800160de4c35ac24 Mon Sep 17 00:00:00 2001 From: woutdenolf Date: Wed, 29 Apr 2026 19:32:35 +0200 Subject: [PATCH] bump version to 6.0.0 --- CHANGELOG.md | 12 +++++++++++- pyproject.toml | 6 +++--- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96f99a0..49b4aa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [6.0.0] - 2026-04-30 + +### Changed + +- Upgrade `ewokscore` to 5.* +- Upgrade `ewoksppf` to 3.* + ## [5.0.0] - 2026-04-27 +### Changed + - Upgrade `ewoksdask` to 3.* - Upgrade `ewoksorange` to 5.* @@ -204,7 +213,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `ewoksppf` dependency. - Command-line interface. -[unreleased]: https://github.com/ewoks-kit/ewoks/compare/v5.0.0...HEAD +[unreleased]: https://github.com/ewoks-kit/ewoks/compare/v6.0.0...HEAD +[6.0.0]: https://github.com/ewoks-kit/ewoks/compare/v5.0.0...v6.0.0 [5.0.0]: https://github.com/ewoks-kit/ewoks/compare/v4.0.0...v5.0.0 [4.0.0]: https://github.com/ewoks-kit/ewoks/compare/v3.0.0...v4.0.0 [3.0.0]: https://github.com/ewoks-kit/ewoks/compare/v2.1.2...v3.0.0 diff --git a/pyproject.toml b/pyproject.toml index f91e1e5..9a273e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ewoks" -version = "5.0.0" +version = "6.0.0" authors = [{ name = "ESRF", email = "dau-pydev@esrf.fr" }] description = "Extensible Workflow System" readme = { file = "README.md", content-type = "text/markdown" } @@ -16,7 +16,7 @@ classifiers = [ ] requires-python = ">=3.8" dependencies = [ - "ewokscore >=4.0.1,<5", + "ewokscore >=5,<6", "ewoksutils >=1.6.0,<2", "tabulate", "importlib_resources; python_version < '3.9'", @@ -31,7 +31,7 @@ Changelog = "https://github.com/ewoks-kit/ewoks/blob/main/CHANGELOG.md" [project.optional-dependencies] dask = ["ewoksdask >=3,<4"] -ppf = ["ewoksppf >=2,<3"] +ppf = ["ewoksppf >=3,<4"] orange = ["ewoksorange >5,<6"] esrf-data-portal = ["pyicat-plus"] notebooks = ["ewokscore[notebooks]"]