From 57c804416e4cb3698a9b84e5601437cc6291202f Mon Sep 17 00:00:00 2001 From: woutdenolf Date: Wed, 17 Jun 2026 21:12:20 +0200 Subject: [PATCH] bump version to 5.0.0 # Conflicts: # CHANGELOG.md --- CHANGELOG.md | 6 +++--- pyproject.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21075c4..26f00c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [5.0.0rc2] - 2026-06-17 +## [5.0.0] - 2026-06-17 ### Added @@ -407,8 +407,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `execute_graph` for naive task scheduling in a single thread. - Execution events based on python's logging facility. -[unreleased]: https://github.com/ewoks-kit/ewokscore/compare/v5.0.0rc1...HEAD -[5.0.0rc2]: https://github.com/ewoks-kit/ewokscore/compare/v4.0.2...v5.0.0rc2 +[unreleased]: https://github.com/ewoks-kit/ewokscore/compare/v5.0.0...HEAD +[5.0.0]: https://github.com/ewoks-kit/ewokscore/compare/v4.0.2...v5.0.0 [4.0.2]: https://github.com/ewoks-kit/ewokscore/compare/v4.0.1...v4.0.2 [4.0.1]: https://github.com/ewoks-kit/ewokscore/compare/v4.0.0...v4.0.1 [4.0.0]: https://github.com/ewoks-kit/ewokscore/compare/v3.1.0...v4.0.0 diff --git a/pyproject.toml b/pyproject.toml index d956042..5372cc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ewokscore" -version = "5.0.0rc2" +version = "5.0.0" authors = [{ name = "ESRF", email = "dau-pydev@esrf.fr" }] description = "API for graphs and tasks in Ewoks" readme = { file = "README.md", content-type = "text/markdown" } @@ -23,7 +23,7 @@ dependencies = [ "pyyaml >=5.1", "h5py >=2.8", "packaging", - "ewoksutils >=1.10.0rc1", + "ewoksutils >=1.10.0", "importlib_metadata;python_version < '3.9'", "pydantic >= 2", "typing_extensions;python_version < '3.11'",