Skip to content

Commit

Permalink
1.4.81
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaeno committed Aug 16, 2021
1 parent 16015d3 commit 839f7f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
** Release Notes

current
1.4.81
* added --execWithRealFileNames to prun
* added --useAthenaPackages and --relayHost to pflow

Expand Down
2 changes: 1 addition & 1 deletion pandatools/PandaToolsPkgInfo.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
release_version = "1.4.80"
release_version = "1.4.81"
1 change: 1 addition & 0 deletions pandatools/PflowScript.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ def _onExit(dir, del_command):
'sandbox': archiveName,
'workflowSpecFile': options.cwl,
'workflowInputFile': options.yaml,
'language': 'cwl',
'outDS': options.outDS
}

Expand Down

0 comments on commit 839f7f5

Please sign in to comment.