File tree Expand file tree Collapse file tree 7 files changed +10
-12
lines changed Expand file tree Collapse file tree 7 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 33
33
"license" : {
34
34
"id" : " Apache-2.0"
35
35
},
36
- "title" : " scriptcwl 0.7.1 "
36
+ "title" : " scriptcwl 0.7.2 "
37
37
}
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## Unreleased
3
+ ## 0.7.2
4
4
5
5
### Added
6
6
16
16
17
17
* Ensure workflows without a requirements section are loaded into the steps library
18
18
* Raise real warning when duplicate cwl step (i.e. having the same file name as another step) is loaded
19
- * Loading order of tools, workflows and workflows with subworkflows when using a working dir (#94 )
20
- * Hide cwltool logger messages
21
19
22
20
### Removed
23
21
24
22
* Method to convert a string to cwl file name
25
23
26
24
## 0.7.1
27
-
25
+ qq
28
26
### Added
29
27
30
28
* Load tools before workflows when a working directory is used (#94 )
Original file line number Diff line number Diff line change 2
2
# Metadata for citation of this software according to the CFF format (https://citation-file-format.github.io/)
3
3
cff-version : 1.0.3
4
4
message : If you use this software, please cite it as below.
5
- title : ' scriptcwl 0.7.1 '
5
+ title : ' scriptcwl 0.7.2 '
6
6
doi : 10.5281/zenodo.1160725
7
7
authors :
8
8
- given-names : " Janneke M."
@@ -31,7 +31,7 @@ authors:
31
31
affiliation : Nederlands eScience Center
32
32
family-names : Ploeg
33
33
name-particle : " van der"
34
- version : 0.7.1
34
+ version : 0.7.2
35
35
date-released : 2018-01-26
36
36
repository-code : https://github.com/NLeSC/scriptcwl
37
37
license : Apache-2.0
Original file line number Diff line number Diff line change 72
72
],
73
73
"codeRepository" : " https://github.com/NLeSC/scriptcwl" ,
74
74
"license" : " http://www.apache.org/licenses/LICENSE-2.0" ,
75
- "name" : " scriptcwl 0.7.1 "
75
+ "name" : " scriptcwl 0.7.2 "
76
76
}
Original file line number Diff line number Diff line change 61
61
# The short X.Y version.
62
62
version = u'0.7'
63
63
# The full version, including alpha/beta/rc tags.
64
- release = u'0.7.1 '
64
+ release = u'0.7.2 '
65
65
66
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
67
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
from .workflow import WorkflowGenerator
2
2
3
- __version__ = '0.7.1 '
3
+ __version__ = '0.7.2 '
Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ def read(fname):
16
16
# Versions should comply with PEP440. For a discussion on single-sourcing
17
17
# the version across setup.py and the project code, see
18
18
# https://packaging.python.org/en/latest/single_source_version.html
19
- version = '0.7.1 ' ,
19
+ version = '0.7.2 ' ,
20
20
21
21
description = __doc__ ,
22
22
long_description = read ('README.rst' ),
23
23
# The project's main homepage.
24
24
url = 'https://github.com/nlesc/scriptcwl' ,
25
25
26
- download_url = 'https://github.com/NLeSC/scriptcwl/archive/0.7.1 .tar.gz' ,
26
+ download_url = 'https://github.com/NLeSC/scriptcwl/archive/0.7.2 .tar.gz' ,
27
27
28
28
# Author details
29
29
author = 'Janneke van der Zwaan' ,
You can’t perform that action at this time.
0 commit comments