Skip to content
Snippets Groups Projects
Commit 091b45c3 authored by Todd Gamblin's avatar Todd Gamblin
Browse files

bump version number for 0.15.4

parent 1707448f
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#: major, minor, patch version for Spack, in a tuple #: 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 #: String containing Spack version joined with .'s
spack_version = '.'.join(str(v) for v in spack_version_info) spack_version = '.'.join(str(v) for v in spack_version_info)
......
...@@ -15,7 +15,8 @@ ...@@ -15,7 +15,8 @@
"0.15.0": "0.15.0", "0.15.0": "0.15.0",
"0.15.1": "0.15.1", "0.15.1": "0.15.1",
"0.15.2": "0.15.2", "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": { "ubuntu:16.04": {
...@@ -34,7 +35,8 @@ ...@@ -34,7 +35,8 @@
"0.15.0": "0.15.0", "0.15.0": "0.15.0",
"0.15.1": "0.15.1", "0.15.1": "0.15.1",
"0.15.2": "0.15.2", "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": { "centos:7": {
...@@ -53,7 +55,8 @@ ...@@ -53,7 +55,8 @@
"0.15.0": "0.15.0", "0.15.0": "0.15.0",
"0.15.1": "0.15.1", "0.15.1": "0.15.1",
"0.15.2": "0.15.2", "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": { "centos:6": {
...@@ -72,7 +75,8 @@ ...@@ -72,7 +75,8 @@
"0.15.0": "0.15.0", "0.15.0": "0.15.0",
"0.15.1": "0.15.1", "0.15.1": "0.15.1",
"0.15.2": "0.15.2", "0.15.2": "0.15.2",
"0.15.3": "0.15.3" "0.15.3": "0.15.3",
"0.15.4": "0.15.4"
} }
} }
} }
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
'develop', 'develop',
'0.14', '0.14.0', '0.14.1', '0.14.2', '0.14', '0.14.0', '0.14.1', '0.14.2',
'0.15', '0.15.0', '0.15.1', '0.15.2', '0.15', '0.15.0', '0.15.1', '0.15.2',
'0.15.3', '0.15.3', '0.15.4',
] ]
} }
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment