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