From 91e9c92a00d9772bfc999411f084ec0cadb19539 Mon Sep 17 00:00:00 2001 From: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com> Date: Thu, 14 Sep 2023 10:45:15 -0500 Subject: [PATCH] update for 1.2.3 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 395c8dc..0e9cee6 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.2", + "{InstallationVersion}" : "1.2.3", # 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.2-1", + "{GitHubDownloadVersion}" : "1.2.3-1", "{userdocs}" : "https://apptainer.org/docs/user/1.2", "{adminversion}": "1.2", "{userversion}": "1.2",