From 1ab21e245f5e0eb2003e1f48968eae2809bea776 Mon Sep 17 00:00:00 2001 From: woutdenolf Date: Wed, 15 Jul 2026 17:31:16 +0200 Subject: [PATCH] bump version to 2.0.0rc1 --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef2c34d..df30366 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] +## [2.0.0rc1] - 2026-07-16 + ### Added - `ConnectionHandler`: add `disconnect_on_error` arguments. @@ -160,7 +162,8 @@ Project migrated to https://github.com/ewoks-kit/ewoksutils. - Ewoks event definition. - Import utilities. -[unreleased]: https://github.com/ewoks-kit/ewoksutils/compare/v1.10.0...HEAD +[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 [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 f64de50..6ffac0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ewoksutils" -version = "1.10.0" +version = "2.0.0rc1" authors = [{name = "ESRF", email = "dau-pydev@esrf.fr"}] description = "Utilities for ewoks developers" readme = {file = "README.md", content-type = "text/markdown"}