We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72dc908 commit a792608Copy full SHA for a792608
CHANGES.rst
@@ -1,6 +1,12 @@
1
Changes
2
=======
3
4
+Version 0.8.0 (2021-11-22)
5
+--------------------------
6
+
7
+- Adds support for custom workspace paths.
8
+- Adds supoort for ``cwltool`` version ``3.1.20210628163208``
9
10
Version 0.7.6 (2021-07-05)
11
--------------------------
12
reana_workflow_engine_cwl/version.py
@@ -14,4 +14,4 @@
14
15
from __future__ import absolute_import, print_function
16
17
-__version__ = "0.8.0a4"
+__version__ = "0.8.0"
0 commit comments