From 3473c38c34973b530a06eadbe26e1f6d6af42ce9 Mon Sep 17 00:00:00 2001 From: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com> Date: Thu, 5 Sep 2024 12:16:58 -0500 Subject: [PATCH] update to 1.3.4 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 57be2c0..bc489ed 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.3", + "{InstallationVersion}" : "1.3.4", "{admindocs}" : "https://apptainer.org/docs/admin/main", "{version}": "main", "{adminversion}": "main",