From db190b44dbc8269d8b735e1e4935a756571f76ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Thu, 16 Jan 2025 08:38:32 +0000 Subject: [PATCH] Bump release version to 6.4.0 --- ome-xml/pom.xml | 2 +- ome_model/experimental.py | 2 +- pom.xml | 2 +- specification/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ome-xml/pom.xml b/ome-xml/pom.xml index a394331ae..297eab09f 100644 --- a/ome-xml/pom.xml +++ b/ome-xml/pom.xml @@ -8,7 +8,7 @@ org.openmicroscopy ome-model - 6.3.7-SNAPSHOT + 6.4.0 .. diff --git a/ome_model/experimental.py b/ome_model/experimental.py index aacf55107..82b0796c4 100644 --- a/ome_model/experimental.py +++ b/ome_model/experimental.py @@ -27,7 +27,7 @@ TIFF_PARSER = re.compile(TIFF_PARSER) warnings.warn( - "This module is deprecated as of ome-model 6.3.7. " + "This module is deprecated as of ome-model 6.4.0. " "Use other libraries such as ome-types to generate and validate " "OME-XML.", DeprecationWarning) diff --git a/pom.xml b/pom.xml index 67c6d9c6b..87a00d046 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.openmicroscopy ome-model - 6.3.7-SNAPSHOT + 6.4.0 pom OME Model diff --git a/specification/pom.xml b/specification/pom.xml index be7e92dee..d27a3a072 100644 --- a/specification/pom.xml +++ b/specification/pom.xml @@ -8,7 +8,7 @@ org.openmicroscopy ome-model - 6.3.7-SNAPSHOT + 6.4.0 ..