Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Merge c242d4f into b8d4d1c
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinos Kousidis committed Nov 6, 2018
2 parents b8d4d1c + c242d4f commit 44edea2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes
=======

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

- Uses standardised REANA component documentation structure.
- Changes license to MIT.

Version 0.2.0 (2018-04-19)
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion reana_workflow_monitor/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.0.dev20180503"
__version__ = "0.4.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
'python-socketio==1.7.4',
'pyzmq==16.0.2',
'yadage==0.13.5',
'yadage-schemas==0.7.16',
'yadage-schemas==0.7.16'
]

packages = find_packages()
Expand Down

0 comments on commit 44edea2

Please sign in to comment.