bump version number to v0.14.3
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
|
||||
#: major, minor, patch version for Spack, in a tuple
|
||||
spack_version_info = (0, 14, 2)
|
||||
spack_version_info = (0, 14, 3)
|
||||
|
||||
#: String containing Spack version joined with .'s
|
||||
spack_version = '.'.join(str(v) for v in spack_version_info)
|
||||
|
@@ -53,14 +53,10 @@
|
||||
"build_tags": {
|
||||
"develop": "latest",
|
||||
"0.14": "0.14",
|
||||
<<<<<<< HEAD
|
||||
"0.14.0": "0.14.0"
|
||||
=======
|
||||
"0.14.0": "0.14.0",
|
||||
"0.14.1": "0.14.1",
|
||||
"0.14.2": "0.14.2",
|
||||
"0.14.3": "0.14.3"
|
||||
>>>>>>> 8f208b17e2... spack containerize: allow 0.14.3 tag for next release
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user