From df3e78e7f81ad3dc0e320b7a29b4171e7849f8fc Mon Sep 17 00:00:00 2001 From: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com> Date: Wed, 24 Apr 2024 13:03:44 -0500 Subject: [PATCH] update to 1.3.1 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 29a8ecb..b68c589 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.3.0", + "{InstallationVersion}" : "1.3.1", # 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.3.0-1", + "{GitHubDownloadVersion}" : "1.3.1-1", "{userdocs}" : "https://apptainer.org/docs/user/1.3", "{adminversion}": "1.3", "{userversion}": "1.3",