From 626783ae0712bf3f0d2c2a4159e0fe3ba6e2fc49 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 f0d7d8b..34fa8ca 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/1.3", "{version}": "1.3", "{adminversion}": "1.3",