Skip to content

Commit

Permalink
Merge 20c287b into f4e58fe
Browse files Browse the repository at this point in the history
  • Loading branch information
roksys committed Dec 4, 2018
2 parents f4e58fe + 20c287b commit 52fb8bf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
6 changes: 5 additions & 1 deletion reana_commons/openapi_specifications/reana_server.json
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,8 @@
"inputfile": "data/names.txt",
"outputfile": "results/greetings.txt",
"sleeptime": 2
}
},
"type": "serial"
}
},
"schema": {
Expand All @@ -635,6 +636,9 @@
},
"parameters": {
"type": "object"
},
"type": {
"type": "string"
}
},
"type": "object"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,8 @@
"inputfile": "data/names.txt",
"outputfile": "results/greetings.txt",
"sleeptime": 2
}
},
"type": "serial"
}
},
"schema": {
Expand All @@ -489,6 +490,9 @@
},
"parameters": {
"type": "object"
},
"type": {
"type": "string"
}
},
"type": "object"
Expand Down
2 changes: 1 addition & 1 deletion reana_commons/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.5.0.dev20181128"
__version__ = "0.5.0.dev20181204"

0 comments on commit 52fb8bf

Please sign in to comment.