Skip to content

Commit 245bf7e

Browse files
committed
release: v0.2.0
Signed-off-by: Tibor Simko <[email protected]>
1 parent a7be535 commit 245bf7e

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

AUTHORS.rst

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The list of contributors in alphabetical order:
55

66
- Anton Khodak <[email protected]>
77
- Diego Rodriguez <[email protected]>
8+
- Dinos Kousidis <[email protected]>
89
- Harri Hirvonsalo <[email protected]>
910
- Lukas Heinrich <[email protected]>
11+
- Michael R. Crusoe <[email protected]>
1012
- Tibor Simko <[email protected]>

CHANGES.rst

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changes
22
=======
33

4+
Version 0.2.0 (2018-04-23)
5+
--------------------------
6+
7+
- Adds support for Common Workflow Language workflows.
8+
- Adds support for persistent user-selected workflow names.
9+
- Enables file and directory input uploading using absolute paths.
10+
- Enriches ``reana-client`` and ``reana-cluster`` command set.
11+
- Reduces verbosity level for commands and improves error messages.
12+
413
Version 0.1.0 (2018-01-30)
514
--------------------------
615

reana/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727

2828
from __future__ import absolute_import, print_function
2929

30-
__version__ = "0.1.0.dev20180201"
30+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)