Skip to content

Commit

Permalink
update for 1.2.3
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Dykstra <[email protected]>
  • Loading branch information
DrDaveD committed Sep 14, 2023
1 parent b51b11a commit 91e9c92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions replacements.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 91e9c92

Please sign in to comment.