File tree 6 files changed +9
-7
lines changed 6 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## Unreleased
3
+ ## 0.8.1
4
+
5
+ Released on August 11, 2019.
4
6
5
7
### Added
6
8
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.8.0 '
5
+ title : ' scriptcwl 0.8.1 '
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.8.0
34
+ version : 0.8.1
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.8.0 "
75
+ "name" : " scriptcwl 0.8.1 "
76
76
}
Original file line number Diff line number Diff line change 61
61
# The short X.Y version.
62
62
version = u'0.8'
63
63
# The full version, including alpha/beta/rc tags.
64
- release = u'0.8.0 '
64
+ release = u'0.8.1 '
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 2
2
3
3
from .workflow import WorkflowGenerator
4
4
5
- __version__ = '0.8.0 '
5
+ __version__ = '0.8.1 '
6
6
7
7
logging .getLogger (__name__ ).addHandler (logging .NullHandler ())
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ 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.8.0 ' ,
19
+ version = '0.8.1 ' ,
20
20
21
21
description = __doc__ ,
22
22
long_description = read ('README.rst' ),
You can’t perform that action at this time.
0 commit comments