Skip to content

Commit

Permalink
release: v0.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tibor Simko <tibor.simko@cern.ch>
  • Loading branch information
tiborsimko committed Sep 7, 2018
1 parent 33bca65 commit 2468d3f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
=======

Version 0.3.1 (2018-09-07)
--------------------------

- Pins REANA-Commons dependency.

Version 0.3.0 (2018-08-10)
--------------------------

Expand Down
11 changes: 4 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,17 @@
REANA-Workflow-Engine-CWL
===========================

.. image:: https://img.shields.io/travis/reanahub/reana-workflow-engine-cwl.svg
:target: https://travis-ci.org/reanahub/reana-workflow-engine-cwl

.. image:: https://img.shields.io/pypi/pyversions/reana-workflow-engine-cwl.svg
:target: https://pypi.org/pypi/reana-workflow-engine-cwl

.. image:: https://img.shields.io/coveralls/reanahub/reana-workflow-engine-cwl.svg
:target: https://coveralls.io/r/reanahub/reana-workflow-engine-cwl
.. image:: https://img.shields.io/travis/reanahub/reana-workflow-engine-cwl.svg
:target: https://travis-ci.org/reanahub/reana-workflow-engine-cwl

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

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

.. image:: https://badges.gitter.im/Join%20Chat.svg
:target: https://gitter.im/reanahub/reana?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
Expand Down
2 changes: 1 addition & 1 deletion reana_workflow_engine_cwl/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.3.0"
__version__ = "0.3.1"

0 comments on commit 2468d3f

Please sign in to comment.