From 62be88ca1b1ae1d040af48ac6dd3f075c840a3a9 Mon Sep 17 00:00:00 2001 From: woutdenolf Date: Wed, 29 Apr 2026 19:28:34 +0200 Subject: [PATCH] bump version to 3.0.0 --- CHANGELOG.md | 6 +++--- pyproject.toml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcaf980..65ce709 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] -## [3.0.0rc1] - 2026-04-28 +## [3.0.0] - 2026-04-30 ### Added @@ -142,8 +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/v3.0.0rc1...HEAD -[3.0.0rc1]: https://github.com/ewoks-kit/ewoksppf/compare/v2.0.2...v3.0.0rc1 +[unreleased]: https://github.com/ewoks-kit/ewoksppf/compare/v3.0.0...HEAD +[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 [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 3d3b080..330f608 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ewoksppf" -version = "3.0.0rc1" +version = "3.0.0" authors = [{ name = "ESRF", email = "dau-pydev@esrf.fr" }] description = "Pypushflow binding for Ewoks" readme = { file = "README.md", content-type = "text/markdown" } @@ -16,8 +16,8 @@ classifiers = [ ] requires-python = ">=3.8" dependencies = [ - "ewokscore >=5.0.0rc1", - "pypushflow >=2.0.0rc1", + "ewokscore >=5.0.0", + "pypushflow >=2.0.0", ] [project.urls]