Skip to content

Commit 31bb5d6

Browse files
author
Rokas Maciulaitis
committed
release: v0.6.0
1 parent e27e6a4 commit 31bb5d6

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changes
22
=======
33

4+
Version 0.6.0 (2019-12-20)
5+
--------------------------
6+
7+
- Allows to specify compute backend (HTCondor, Kubernetes or Slurm) and
8+
Kerberos authentication requirement for CWL workflow jobs.
9+
- Upgrades cwltool to 1.0.20191022103248.
10+
- Moves workflow engine to the same Kubernetes pod with the REANA-Job-Controller
11+
(sidecar pattern).
12+
413
Version 0.5.0 (2019-04-23)
514
--------------------------
615

CONTRIBUTING.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ Each pull request should preserve or increase code coverage.
2828
Kanban
2929
------
3030

31-
We are using Kanban technique for keeping track of ongoing tasks. Please see our
32-
`Kanban board <https://waffle.io/reanahub/reana>`_ and look for issues that are
33-
labelled as "ready for work".
31+
We are using Kanban technique for keeping track of ongoing tasks. Please see
32+
our `Kanban boards <https://github.com/orgs/reanahub/projects>`_ and look for
33+
issues that are "ready for work".

reana_workflow_engine_cwl/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
from __future__ import absolute_import, print_function
1616

17-
__version__ = "0.5.0"
17+
__version__ = "0.6.0"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
history = open('CHANGES.rst').read()
2020

2121
tests_require = [
22-
'pytest-reana>=0.6.0.dev20190705,<0.7.0',
22+
'pytest-reana>=0.6.0,<0.7.0',
2323
]
2424

2525
extras_require = {
@@ -47,7 +47,7 @@
4747
'enum34>=1.1.6',
4848
'SQLAlchemy>=1.3.7',
4949
'SQLAlchemy-Utils>=0.34.2',
50-
'reana-commons>=0.6.0.dev20191212,<0.7.0',
50+
'reana-commons>=0.6.0,<0.7.0',
5151
]
5252

5353
packages = find_packages()

0 commit comments

Comments
 (0)