From 8ea01ebb60ddaaae23361b171f9e65ad5818e03f Mon Sep 17 00:00:00 2001 From: woutdenolf Date: Wed, 17 Jun 2026 08:39:59 +0200 Subject: [PATCH] bump version to 1.10.0 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04f979f..a604265 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] -## [1.10.0] - 2026-06-08 +## [1.10.0] - 2026-06-17 ### Added diff --git a/pyproject.toml b/pyproject.toml index 592de11..f64de50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ewoksutils" -version = "1.10.0rc1" +version = "1.10.0" authors = [{name = "ESRF", email = "dau-pydev@esrf.fr"}] description = "Utilities for ewoks developers" readme = {file = "README.md", content-type = "text/markdown"}