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

Commit

Permalink
release: v0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Dinos Kousidis <dinos.kousidis@cern.ch>
  • Loading branch information
dinosk committed Nov 6, 2018
1 parent b8d4d1c commit 649bc3c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 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.4.0 (2018-11-06)
--------------------------

- 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 649bc3c

Please sign in to comment.