From b88158df3eaefea18a077bbcd7cd854809a7d4e5 Mon Sep 17 00:00:00 2001 From: Alan O'Callaghan Date: Thu, 19 Feb 2026 10:06:53 +0000 Subject: [PATCH] Update copyright and version information --- conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf.py b/conf.py index e022890..3f16f61 100644 --- a/conf.py +++ b/conf.py @@ -18,7 +18,7 @@ # -- Project information ----------------------------------------------------- project = 'QuPath' -copyright = '2019-2025, QuPath docs authors' +copyright = '2019-2026, QuPath docs authors' author = 'QuPath authors' @@ -103,9 +103,9 @@ html_favicon = 'docs/images/qupath.ico' # Variables for current QuPath version -release = '0.6.0' -version = '0.6' -java_version = '21' +release = '0.7.0' +version = '0.7' +java_version = '25' # myst_heading_anchors = 2