From afe32a1c09f98e999e3936793338fce9933f267b Mon Sep 17 00:00:00 2001 From: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com> Date: Wed, 13 Mar 2024 10:28:48 -0500 Subject: [PATCH] update main branch for 1.3.0 release Signed-off-by: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com> --- replacements.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/replacements.py b/replacements.py index 8bd24e2..16acfc8 100644 --- a/replacements.py +++ b/replacements.py @@ -13,11 +13,11 @@ def variableReplace(app, docname, source): # dictionary structure. variable_replacements = { # This is used in install instructions, so should be a full version - "{InstallationVersion}" : "1.2.5", + "{InstallationVersion}" : "1.3.0", # This should be the same as the above except with any hyphen before # a release candidate replaced with dot, and an additional hyphen and # release number added - "{GitHubDownloadVersion}" : "1.2.5-1", + "{GitHubDownloadVersion}" : "1.3.0-1", "{userdocs}" : "https://apptainer.org/docs/user/main", "{adminversion}": "main", "{userversion}": "main", @@ -25,8 +25,6 @@ def variableReplace(app, docname, source): "{AProject}": "An Apptainer", "{aProject}": "an Apptainer", "{command}": "apptainer", - # Version of Go to be used in install instructions - "{GoVersion}": "1.19.6", "{ENVPREFIX}": "APPTAINER", "{orgrepo}": "apptainer/apptainer", "{repobranch}": "main",