Skip to content

Commit

Permalink
release: 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Rodriguez committed Mar 17, 2021
1 parent d5cdeef commit fb8a87d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Changes
=======

Version 0.7.3 (UNRELEASED)
Version 0.7.3 (2021-03-17)
--------------------------

- Changes workflow engine instantiation to use central REANA-Commons factory.
- Changes job command strings by removing interpreter and using central REANA-Commons job command serialisation.
- Changes status ``succeeded`` to ``finished`` to use central REANA nomenclature.

Version 0.7.2 (2021-02-03)
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion reana_workflow_engine_serial/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.7.2"
__version__ = "0.7.3"

0 comments on commit fb8a87d

Please sign in to comment.