Bump version numbers for alpha5 release.
This commit is contained in:
parent
72c9fcffe0
commit
4f86833393
4 changed files with 7 additions and 7 deletions
|
|
@ -3,7 +3,7 @@ name = "openflexure-microscope-server"
|
||||||
|
|
||||||
# Note that version needs to match a string stored in a unit test, and
|
# 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.
|
# the package.json file in the webapp or the CI will fail.
|
||||||
version = "3.0.0-alpha4"
|
version = "3.0.0-alpha5"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Richard Bowman", email="richard.bowman@cantab.net" },
|
{ name="Richard Bowman", email="richard.bowman@cantab.net" },
|
||||||
{ name="Joel Collins" },
|
{ name="Joel Collins" },
|
||||||
|
|
@ -19,10 +19,10 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"labthings-fastapi==0.1.0",
|
"labthings-fastapi==0.1.0",
|
||||||
"sangaboard",
|
"sangaboard~=0.4.0",
|
||||||
"camera-stage-mapping ~= 0.1.10",
|
"camera-stage-mapping ~= 0.1.10",
|
||||||
"opencv-python-headless ~= 4.13.0",
|
"opencv-python-headless ~= 4.13.0",
|
||||||
"openflexure-stitching[libvips]==0.2.3",
|
"openflexure-stitching[libvips]==0.2.4",
|
||||||
"pillow ~= 10.4",
|
"pillow ~= 10.4",
|
||||||
"anyio ~= 4.0",
|
"anyio ~= 4.0",
|
||||||
"numpy ~= 2.2",
|
"numpy ~= 2.2",
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ THIS_DIR = os.path.dirname(__file__)
|
||||||
TRUE_REPO_DIR = os.path.dirname(os.path.dirname(THIS_DIR))
|
TRUE_REPO_DIR = os.path.dirname(os.path.dirname(THIS_DIR))
|
||||||
|
|
||||||
# For explicit version checking.
|
# 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/
|
# This is the regex provided by https://semver.org/
|
||||||
SEMVER_REGEX = re.compile(
|
SEMVER_REGEX = re.compile(
|
||||||
|
|
|
||||||
4
webapp/package-lock.json
generated
4
webapp/package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "openflexure-microscope-server-ui",
|
"name": "openflexure-microscope-server-ui",
|
||||||
"version": "3.0.0-alpha4",
|
"version": "3.0.0-alpha5",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "openflexure-microscope-server-ui",
|
"name": "openflexure-microscope-server-ui",
|
||||||
"version": "3.0.0-alpha4",
|
"version": "3.0.0-alpha5",
|
||||||
"license": "GNU General Public License v3.0 ",
|
"license": "GNU General Public License v3.0 ",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vueuse/core": "^14.1.0",
|
"@vueuse/core": "^14.1.0",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "openflexure-microscope-server-ui",
|
"name": "openflexure-microscope-server-ui",
|
||||||
"version": "3.0.0-alpha4",
|
"version": "3.0.0-alpha5",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "User interface for the OpenFlexure Microscope Server",
|
"description": "User interface for the OpenFlexure Microscope Server",
|
||||||
"author": "OpenFlexure <contact@openflexure.org> (https://www.openflexure.org)",
|
"author": "OpenFlexure <contact@openflexure.org> (https://www.openflexure.org)",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue