Skip to content

Commit

Permalink
bump version number for 0.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tgamblin committed Aug 13, 2020
1 parent 1707448 commit 091b45c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 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, 3)
spack_version_info = (0, 15, 4)

#: 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 @@ -15,7 +15,8 @@
"0.15.0": "0.15.0",
"0.15.1": "0.15.1",
"0.15.2": "0.15.2",
"0.15.3": "0.15.3"
"0.15.3": "0.15.3",
"0.15.4": "0.15.4"
}
},
"ubuntu:16.04": {
Expand All @@ -34,7 +35,8 @@
"0.15.0": "0.15.0",
"0.15.1": "0.15.1",
"0.15.2": "0.15.2",
"0.15.3": "0.15.3"
"0.15.3": "0.15.3",
"0.15.4": "0.15.4"
}
},
"centos:7": {
Expand All @@ -53,7 +55,8 @@
"0.15.0": "0.15.0",
"0.15.1": "0.15.1",
"0.15.2": "0.15.2",
"0.15.3": "0.15.3"
"0.15.3": "0.15.3",
"0.15.4": "0.15.4"
}
},
"centos:6": {
Expand All @@ -72,7 +75,8 @@
"0.15.0": "0.15.0",
"0.15.1": "0.15.1",
"0.15.2": "0.15.2",
"0.15.3": "0.15.3"
"0.15.3": "0.15.3",
"0.15.4": "0.15.4"
}
}
}
2 changes: 1 addition & 1 deletion lib/spack/spack/schema/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +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',
'0.15.3', '0.15.4',
]
}
},
Expand Down

0 comments on commit 091b45c

Please sign in to comment.