From c64fe170ccbb8c4e79a8830efa42ed8c4744b0af Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Mon, 14 Jul 2025 17:09:50 +0100 Subject: [PATCH] Update pyproject.toml to be clear where version strings need to be changed on release. --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index e45c6eaf..e3ea5afc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,8 @@ [project] name = "openflexure-microscope-server" + +# Note that version needs to match a string stored in a unit test, and +# the package.json file in the webapp or the CI will fail. version = "3.0.0-alpha1" authors = [ { name="Richard Bowman", email="richard.bowman@cantab.net" },