Skip to content

Commit

Permalink
release: v0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tibor Simko <[email protected]>
  • Loading branch information
tiborsimko committed Nov 6, 2018
1 parent 5a67cb7 commit 878d9c2
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
2 changes: 2 additions & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ The list of contributors in alphabetical order:
- `Dinos Kousidis <https://orcid.org/0000-0002-4914-4289>`_
- `Harri Hirvonsalo <https://orcid.org/0000-0002-5503-510X>`_
- `Lukas Heinrich <https://orcid.org/0000-0002-4048-7584>`_
- `Rokas Maciulaitis <https://orcid.org/0000-0003-1064-6967>`_
- `Sinclert Perez <https://www.linkedin.com/in/sinclert>`_
- `Tibor Simko <https://orcid.org/0000-0001-7202-5803>`_
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changes
=======

Version 0.4.0 (2018-11-06)
--------------------------

- Improves AMQP re-connection handling. Switches from ``pika`` to ``kombu``.
- Improves REST API documentation rendering.
- Changes license to MIT.

Version 0.3.2 (2018-09-25)
--------------------------

Expand Down
1 change: 0 additions & 1 deletion reana_workflow_controller/consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

import json

import pika
from reana_commons.consumer import BaseConsumer
from reana_db.database import Session
from reana_db.models import WorkflowStatus
Expand Down
2 changes: 1 addition & 1 deletion reana_workflow_controller/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.3.2"
__version__ = "0.4.0"
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
'pytest-pep8>=1.0.6',
'pytest>=3.8.0,<4.0.0',
'swagger_spec_validator>=2.1.0',
'pytest-reana>=0.4.0.dev201810181,<0.5.0',
'pytest-reana>=0.4.0,<0.5.0',
]

extras_require = {
Expand Down Expand Up @@ -60,11 +60,10 @@
'fs>=2.0',
'jsonpickle>=0.9.6',
'marshmallow>=2.13',
'pika>=0.11.2',
'requests==2.11.1',
'requests==2.20.0',
'sqlalchemy-utils>=0.31.0',
'reana-commons>=0.4.0.dev20181017,<0.5.0',
'reana-db>=0.4.0.dev201810181,<0.5.0',
'reana-commons>=0.4.0,<0.5.0',
'reana-db>=0.4.0,<0.5.0',
'uwsgi-tools>=1.1.1',
'uWSGI>=2.0.17',
'uwsgitop>=0.10',
Expand Down

0 comments on commit 878d9c2

Please sign in to comment.