Update version to 24.3.dev0

This commit is contained in:
John Davis
2024-11-20 00:47:57 -05:00
parent 8cdd25470a
commit 2473db082a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
VENV?=.venv
# Source virtualenv to execute command (darker, sphinx, twine, etc...)
IN_VENV=if [ -f "$(VENV)/bin/activate" ]; then . "$(VENV)/bin/activate"; fi;
RELEASE_CURR:=24.2
RELEASE_CURR:=24.3
RELEASE_UPSTREAM:=upstream
CONFIG_MANAGE=$(IN_VENV) python lib/galaxy/config/config_manage.py
PROJECT_URL?=https://github.com/galaxyproject/galaxy
+1 -1
View File
@@ -1,3 +1,3 @@
VERSION_MAJOR = "24.2"
VERSION_MAJOR = "24.3"
VERSION_MINOR = "dev0"
VERSION = VERSION_MAJOR + (f".{VERSION_MINOR}" if VERSION_MINOR else "")