Skip to content

Commit

Permalink
bump version number for 0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tgamblin committed Jul 28, 2020
1 parent 24bd9e3 commit ae4bbbd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/spack/spack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


#: major, minor, patch version for Spack, in a tuple
spack_version_info = (0, 15, 2)
spack_version_info = (0, 15, 3)

#: String containing Spack version joined with .'s
spack_version = '.'.join(str(v) for v in spack_version_info)
Expand Down
12 changes: 8 additions & 4 deletions lib/spack/spack/container/images.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"0.15": "0.15",
"0.15.0": "0.15.0",
"0.15.1": "0.15.1",
"0.15.2": "0.15.2"
"0.15.2": "0.15.2",
"0.15.3": "0.15.3"
}
},
"ubuntu:16.04": {
Expand All @@ -32,7 +33,8 @@
"0.15": "0.15",
"0.15.0": "0.15.0",
"0.15.1": "0.15.1",
"0.15.2": "0.15.2"
"0.15.2": "0.15.2",
"0.15.3": "0.15.3"
}
},
"centos:7": {
Expand All @@ -50,7 +52,8 @@
"0.15": "0.15",
"0.15.0": "0.15.0",
"0.15.1": "0.15.1",
"0.15.2": "0.15.2"
"0.15.2": "0.15.2",
"0.15.3": "0.15.3"
}
},
"centos:6": {
Expand All @@ -68,7 +71,8 @@
"0.15": "0.15",
"0.15.0": "0.15.0",
"0.15.1": "0.15.1",
"0.15.2": "0.15.2"
"0.15.2": "0.15.2",
"0.15.3": "0.15.3"
}
}
}
1 change: 1 addition & 0 deletions lib/spack/spack/schema/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
'develop',
'0.14', '0.14.0', '0.14.1', '0.14.2',
'0.15', '0.15.0', '0.15.1', '0.15.2',
'0.15.3',
]
}
},
Expand Down

0 comments on commit ae4bbbd

Please sign in to comment.