From 897ef34feaff8e551de5aed1b1712423d0967abd Mon Sep 17 00:00:00 2001 From: woutdenolf Date: Sun, 2 Aug 2026 14:57:21 +0200 Subject: [PATCH] bump version to 2.0.0rc2 --- CHANGELOG.md | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df30366..161f5ee 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] -## [2.0.0rc1] - 2026-07-16 +## [2.0.0rc2] - 2026-08-02 ### Added @@ -162,8 +162,8 @@ Project migrated to https://github.com/ewoks-kit/ewoksutils. - Ewoks event definition. - Import utilities. -[unreleased]: https://github.com/ewoks-kit/ewoksutils/compare/v2.0.0rc1...HEAD -[2.0.0rc1]: https://github.com/ewoks-kit/ewoksutils/compare/v1.10.0...v2.0.0rc1 +[unreleased]: https://github.com/ewoks-kit/ewoksutils/compare/v2.0.0rc2...HEAD +[2.0.0rc2]: https://github.com/ewoks-kit/ewoksutils/compare/v1.10.0...v2.0.0rc2 [1.10.0]: https://github.com/ewoks-kit/ewoksutils/compare/v1.9.2...v1.10.0 [1.9.2]: https://github.com/ewoks-kit/ewoksutils/compare/v1.9.1...v1.9.2 [1.9.1]: https://github.com/ewoks-kit/ewoksutils/compare/v1.9.0...v1.9.1 diff --git a/pyproject.toml b/pyproject.toml index b4fd9e0..51c5075 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ewoksutils" -version = "2.0.0rc1" +version = "2.0.0rc2" authors = [{name = "ESRF", email = "dau-pydev@esrf.fr"}] description = "Utilities for ewoks developers" readme = {file = "README.md", content-type = "text/markdown"}