From f1df57eacb86614b036f9e299bdf1e720f19d733 Mon Sep 17 00:00:00 2001 From: Erik Gafni Date: Thu, 19 May 2016 13:20:00 -0700 Subject: [PATCH] bump --- cosmos/VERSION | 2 +- docs/source/workflows/examples.rst | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/cosmos/VERSION b/cosmos/VERSION index 661e7aea..38f77a65 100644 --- a/cosmos/VERSION +++ b/cosmos/VERSION @@ -1 +1 @@ -1.7.3 +2.0.1 diff --git a/docs/source/workflows/examples.rst b/docs/source/workflows/examples.rst index 06cd08a3..6a40fa76 100644 --- a/docs/source/workflows/examples.rst +++ b/docs/source/workflows/examples.rst @@ -17,6 +17,11 @@ Here is the source code of the :file:`example_workflows/ex1.py` you ran in :ref: .. literalinclude:: ../../../examples/ex1.py + +:file:`example_workflows/ex2.py` + +.. literalinclude:: ../../../examples/ex2.py + Here's the :term:`DAG` that was created. If you use the web-interface, there will the nodes are convenient links you can click to jump straight to the debug information that pertains to that Task or Stage.