Skip to content

Commit

Permalink
Merge 6397ec0 into 89cb138
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed Sep 7, 2018
2 parents 89cb138 + 6397ec0 commit dfdab18
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 and REANA-DB dependencies.

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-Job-Controller
======================

.. image:: https://img.shields.io/travis/reanahub/reana-job-controller.svg
:target: https://travis-ci.org/reanahub/reana-job-controller

.. image:: https://img.shields.io/pypi/pyversions/reana-job-controller.svg
:target: https://pypi.org/pypi/reana-job-controller

.. image:: https://img.shields.io/coveralls/reanahub/reana-job-controller.svg
:target: https://coveralls.io/r/reanahub/reana-job-controller
.. image:: https://img.shields.io/travis/reanahub/reana-job-controller.svg
:target: https://travis-ci.org/reanahub/reana-job-controller

.. image:: https://readthedocs.org/projects/docs/badge/?version=latest
:target: https://reana-job-controller.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-job-controller.svg
:target: https://coveralls.io/r/reanahub/reana-job-controller

.. 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_job_controller/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 dfdab18

Please sign in to comment.