Skip to content

Commit 2f1055a

Browse files
author
Janneke van der Zwaan
committed
Update version number
Prepare new release.
1 parent 70fadc6 commit 2f1055a

File tree

7 files changed

+10
-12
lines changed

7 files changed

+10
-12
lines changed

.zenodo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
"license": {
3434
"id": "Apache-2.0"
3535
},
36-
"title": "scriptcwl 0.7.1"
36+
"title": "scriptcwl 0.7.2"
3737
}

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## Unreleased
3+
## 0.7.2
44

55
### Added
66

@@ -16,15 +16,13 @@
1616

1717
* Ensure workflows without a requirements section are loaded into the steps library
1818
* 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
2119

2220
### Removed
2321

2422
* Method to convert a string to cwl file name
2523

2624
## 0.7.1
27-
25+
qq
2826
### Added
2927

3028
* Load tools before workflows when a working directory is used (#94)

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Metadata for citation of this software according to the CFF format (https://citation-file-format.github.io/)
33
cff-version: 1.0.3
44
message: If you use this software, please cite it as below.
5-
title: 'scriptcwl 0.7.1'
5+
title: 'scriptcwl 0.7.2'
66
doi: 10.5281/zenodo.1160725
77
authors:
88
- given-names: "Janneke M."
@@ -31,7 +31,7 @@ authors:
3131
affiliation: Nederlands eScience Center
3232
family-names: Ploeg
3333
name-particle: "van der"
34-
version: 0.7.1
34+
version: 0.7.2
3535
date-released: 2018-01-26
3636
repository-code: https://github.com/NLeSC/scriptcwl
3737
license: Apache-2.0

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@
7272
],
7373
"codeRepository": "https://github.com/NLeSC/scriptcwl",
7474
"license": "http://www.apache.org/licenses/LICENSE-2.0",
75-
"name": "scriptcwl 0.7.1"
75+
"name": "scriptcwl 0.7.2"
7676
}

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
# The short X.Y version.
6262
version = u'0.7'
6363
# The full version, including alpha/beta/rc tags.
64-
release = u'0.7.1'
64+
release = u'0.7.2'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

scriptcwl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .workflow import WorkflowGenerator
22

3-
__version__ = '0.7.1'
3+
__version__ = '0.7.2'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ def read(fname):
1616
# Versions should comply with PEP440. For a discussion on single-sourcing
1717
# the version across setup.py and the project code, see
1818
# https://packaging.python.org/en/latest/single_source_version.html
19-
version='0.7.1',
19+
version='0.7.2',
2020

2121
description=__doc__,
2222
long_description=read('README.rst'),
2323
# The project's main homepage.
2424
url='https://github.com/nlesc/scriptcwl',
2525

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',
2727

2828
# Author details
2929
author='Janneke van der Zwaan',

0 commit comments

Comments
 (0)