Skip to content

Commit

Permalink
Merge pull request #125 from DrDaveD/update-1.2.2
Browse files Browse the repository at this point in the history
Update for 1.2.2
  • Loading branch information
DrDaveD committed Jul 27, 2023
2 parents 91e45e2 + 5cd71d5 commit dbb43c5
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.0",
"{InstallationVersion}" : "1.2.2",
# 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.0-1",
"{GitHubDownloadVersion}" : "1.2.2-1",
"{userdocs}" : "https://apptainer.org/docs/user/main",
"{adminversion}": "main",
"{userversion}": "main",
Expand Down

0 comments on commit dbb43c5

Please sign in to comment.