Skip to content

Commit 2468d3f

Browse files
committed
release: v0.3.1
Signed-off-by: Tibor Simko <[email protected]>
1 parent 33bca65 commit 2468d3f

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

CHANGES.rst

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

4+
Version 0.3.1 (2018-09-07)
5+
--------------------------
6+
7+
- Pins REANA-Commons dependency.
8+
49
Version 0.3.0 (2018-08-10)
510
--------------------------
611

README.rst

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,17 @@
22
REANA-Workflow-Engine-CWL
33
===========================
44

5-
.. image:: https://img.shields.io/travis/reanahub/reana-workflow-engine-cwl.svg
6-
:target: https://travis-ci.org/reanahub/reana-workflow-engine-cwl
7-
85
.. image:: https://img.shields.io/pypi/pyversions/reana-workflow-engine-cwl.svg
96
:target: https://pypi.org/pypi/reana-workflow-engine-cwl
107

11-
.. image:: https://img.shields.io/coveralls/reanahub/reana-workflow-engine-cwl.svg
12-
:target: https://coveralls.io/r/reanahub/reana-workflow-engine-cwl
8+
.. image:: https://img.shields.io/travis/reanahub/reana-workflow-engine-cwl.svg
9+
:target: https://travis-ci.org/reanahub/reana-workflow-engine-cwl
1310

1411
.. image:: https://readthedocs.org/projects/docs/badge/?version=latest
1512
:target: https://reana-workflow-engine-cwl.readthedocs.io/en/latest/?badge=latest
1613

17-
.. image:: https://badge.waffle.io/reanahub/reana.svg?label=Status%3A%20ready%20for%20work&title=Issues%20ready%20for%20work
18-
:target: https://waffle.io/reanahub/reana
14+
.. image:: https://img.shields.io/coveralls/reanahub/reana-workflow-engine-cwl.svg
15+
:target: https://coveralls.io/r/reanahub/reana-workflow-engine-cwl
1916

2017
.. image:: https://badges.gitter.im/Join%20Chat.svg
2118
:target: https://gitter.im/reanahub/reana?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge

reana_workflow_engine_cwl/version.py

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

2929
from __future__ import absolute_import, print_function
3030

31-
__version__ = "0.3.0"
31+
__version__ = "0.3.1"

0 commit comments

Comments
 (0)