File tree Expand file tree Collapse file tree 6 files changed +9
-7
lines changed
Expand file tree Collapse file tree 6 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## Unreleased
3+ ## 0.8.1
4+
5+ Released on August 11, 2019.
46
57### Added
68
Original file line number Diff line number Diff line change 22# Metadata for citation of this software according to the CFF format (https://citation-file-format.github.io/)
33cff-version : 1.0.3
44message : If you use this software, please cite it as below.
5- title : ' scriptcwl 0.8.0 '
5+ title : ' scriptcwl 0.8.1 '
66doi : 10.5281/zenodo.1160725
77authors :
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.8.0
34+ version : 0.8.1
3535date-released : 2018-01-26
3636repository-code : https://github.com/NLeSC/scriptcwl
3737license : Apache-2.0
Original file line number Diff line number Diff line change 7272 ],
7373 "codeRepository" : " https://github.com/NLeSC/scriptcwl" ,
7474 "license" : " http://www.apache.org/licenses/LICENSE-2.0" ,
75- "name" : " scriptcwl 0.8.0 "
75+ "name" : " scriptcwl 0.8.1 "
7676}
Original file line number Diff line number Diff line change 6161# The short X.Y version.
6262version = u'0.8'
6363# The full version, including alpha/beta/rc tags.
64- release = u'0.8.0 '
64+ release = u'0.8.1 '
6565
6666# The language for content autogenerated by Sphinx. Refer to documentation
6767# for a list of supported languages.
Original file line number Diff line number Diff line change 22
33from .workflow import WorkflowGenerator
44
5- __version__ = '0.8.0 '
5+ __version__ = '0.8.1 '
66
77logging .getLogger (__name__ ).addHandler (logging .NullHandler ())
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ 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.8.0 ' ,
19+ version = '0.8.1 ' ,
2020
2121 description = __doc__ ,
2222 long_description = read ('README.rst' ),
You can’t perform that action at this time.
0 commit comments