Skip to content

Commit

Permalink
um7: add version "access-esm1.6" that uses branch dev/access-esm1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
harshula committed Dec 5, 2024
1 parent ff2fbc0 commit f8b7cf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/um7/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ class Um7(Package):
git = "git@github.com:ACCESS-NRI/UM7.git"

# https://code.metoffice.gov.uk/trac/um/wiki/PastReleases
version("7.3", branch="main", preferred=True)
version("7.3", branch="dev/access-esm1.6")
version("access-esm1.6", branch="dev/access-esm1.6", preferred=True)
version("access-esm1.5", branch="access-esm1.5")

maintainers("penguian")
Expand Down

0 comments on commit f8b7cf3

Please sign in to comment.