From 148563e1180aa5552303266b2c035c0a0699a6bf Mon Sep 17 00:00:00 2001 From: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com> Date: Wed, 22 Nov 2023 14:05:31 -0600 Subject: [PATCH] update for 1.2.5 Signed-off-by: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com> --- replacements.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/replacements.py b/replacements.py index 239b47d..8bd24e2 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.4", + "{InstallationVersion}" : "1.2.5", # 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.4-1", + "{GitHubDownloadVersion}" : "1.2.5-1", "{userdocs}" : "https://apptainer.org/docs/user/main", "{adminversion}": "main", "{userversion}": "main",