Skip to content

Commit

Permalink
Merge 1ec1ee5 into 720819b
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinos Kousidis committed Nov 6, 2018
2 parents 720819b + 1ec1ee5 commit 9d835e8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,13 @@
Changes
=======

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

- Improves AMQP re-connection handling. Switches from ``pika`` to ``kombu``.
- Utilises common openapi client for communication with REANA-Job-Controller.
- Changes license to MIT.

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

Expand Down
2 changes: 1 addition & 1 deletion reana_workflow_engine_yadage/version.py
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.3.1"
__version__ = "0.4.0"
5 changes: 2 additions & 3 deletions setup.py
Expand Up @@ -52,10 +52,9 @@
'celery>=4.2.1,<4.3',
'enum34>=1.1.6',
'packtivity==0.10.0',
'pika>=0.12.0',
'pyzmq==16.0.2',
'reana-commons>=0.4.0.dev20181016,<0.5.0',
'requests==2.11.1',
'reana-commons>=0.4.0,<0.5.0',
'requests==2.20.0',
'SQLAlchemy-Utils>=0.32.18',
'SQLAlchemy>=1.1.14',
'yadage-schemas==0.7.16',
Expand Down

0 comments on commit 9d835e8

Please sign in to comment.