Skip to content

Commit a49148f

Browse files
author
Janneke van der Zwaan
committed
Update version number to prepare for release
Version is 0.8.1
1 parent f1d6858 commit a49148f

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

3-
## Unreleased
3+
## 0.8.1
4+
5+
Released on August 11, 2019.
46

57
### Added
68

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.8.0'
5+
title: 'scriptcwl 0.8.1'
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.8.0
34+
version: 0.8.1
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.8.0"
75+
"name": "scriptcwl 0.8.1"
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.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.

scriptcwl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
from .workflow import WorkflowGenerator
44

5-
__version__ = '0.8.0'
5+
__version__ = '0.8.1'
66

77
logging.getLogger(__name__).addHandler(logging.NullHandler())

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'),

0 commit comments

Comments
 (0)