From 75a10e132de3fcacdf9d090012d74a307eb30927 Mon Sep 17 00:00:00 2001 From: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com> Date: Wed, 4 Dec 2024 12:13:07 -0600 Subject: [PATCH] update to 1.3.6 Signed-off-by: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com> --- replacements.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/replacements.py b/replacements.py index e04ef5e..c20b506 100644 --- a/replacements.py +++ b/replacements.py @@ -12,7 +12,7 @@ def variableReplace(app, docname, source): # Add the needed variables to be replaced either on code or on text on the next # dictionary structure. variable_replacements = { - "{InstallationVersion}" : "1.3.5", + "{InstallationVersion}" : "1.3.6", "{admindocs}" : "https://apptainer.org/docs/admin/1.3", "{version}": "1.3", "{adminversion}": "1.3",