From 4f8683339348d920930db4979c155efe5652b58a Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Thu, 26 Mar 2026 14:12:51 +0000 Subject: [PATCH] Bump version numbers for alpha5 release. --- pyproject.toml | 6 +++--- tests/unit_tests/test_version_strings.py | 2 +- webapp/package-lock.json | 4 ++-- webapp/package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ad4e0424..f65f8279 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ 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-alpha4" +version = "3.0.0-alpha5" authors = [ { name="Richard Bowman", email="richard.bowman@cantab.net" }, { name="Joel Collins" }, @@ -19,10 +19,10 @@ classifiers = [ ] dependencies = [ "labthings-fastapi==0.1.0", - "sangaboard", + "sangaboard~=0.4.0", "camera-stage-mapping ~= 0.1.10", "opencv-python-headless ~= 4.13.0", - "openflexure-stitching[libvips]==0.2.3", + "openflexure-stitching[libvips]==0.2.4", "pillow ~= 10.4", "anyio ~= 4.0", "numpy ~= 2.2", diff --git a/tests/unit_tests/test_version_strings.py b/tests/unit_tests/test_version_strings.py index f71e59b8..d14196b6 100644 --- a/tests/unit_tests/test_version_strings.py +++ b/tests/unit_tests/test_version_strings.py @@ -19,7 +19,7 @@ THIS_DIR = os.path.dirname(__file__) TRUE_REPO_DIR = os.path.dirname(os.path.dirname(THIS_DIR)) # For explicit version checking. -VER_STRING = "3.0.0-alpha4" +VER_STRING = "3.0.0-alpha5" # This is the regex provided by https://semver.org/ SEMVER_REGEX = re.compile( diff --git a/webapp/package-lock.json b/webapp/package-lock.json index 9952f89f..c7f688b2 100644 --- a/webapp/package-lock.json +++ b/webapp/package-lock.json @@ -1,12 +1,12 @@ { "name": "openflexure-microscope-server-ui", - "version": "3.0.0-alpha4", + "version": "3.0.0-alpha5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "openflexure-microscope-server-ui", - "version": "3.0.0-alpha4", + "version": "3.0.0-alpha5", "license": "GNU General Public License v3.0 ", "dependencies": { "@vueuse/core": "^14.1.0", diff --git a/webapp/package.json b/webapp/package.json index b470125e..b9dea2e1 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -1,6 +1,6 @@ { "name": "openflexure-microscope-server-ui", - "version": "3.0.0-alpha4", + "version": "3.0.0-alpha5", "private": true, "description": "User interface for the OpenFlexure Microscope Server", "author": "OpenFlexure (https://www.openflexure.org)",