Skip to content

Commit

Permalink
Merge pull request #153 from DrDaveD/release-1.3.0
Browse files Browse the repository at this point in the history
Update main branch for 1.3.0 release
  • Loading branch information
DrDaveD committed Mar 13, 2024
2 parents 6421f02 + afe32a1 commit 4f54506
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions replacements.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,18 @@ def variableReplace(app, docname, source):
# dictionary structure.
variable_replacements = {
# This is used in install instructions, so should be a full version
"{InstallationVersion}" : "1.2.5",
"{InstallationVersion}" : "1.3.0",
# 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.5-1",
"{GitHubDownloadVersion}" : "1.3.0-1",
"{userdocs}" : "https://apptainer.org/docs/user/main",
"{adminversion}": "main",
"{userversion}": "main",
"{Project}": "Apptainer",
"{AProject}": "An Apptainer",
"{aProject}": "an Apptainer",
"{command}": "apptainer",
# Version of Go to be used in install instructions
"{GoVersion}": "1.19.6",
"{ENVPREFIX}": "APPTAINER",
"{orgrepo}": "apptainer/apptainer",
"{repobranch}": "main",
Expand Down

0 comments on commit 4f54506

Please sign in to comment.