From 3e45d3e37e3e6e60663b8cbffbc37eb68addc550 Mon Sep 17 00:00:00 2001 From: Ahmet Altay Date: Wed, 5 Jul 2017 15:02:39 -0700 Subject: [PATCH] Update container version for python DataflowRunner for the 2.1.0 release. --- .../apache_beam/runners/dataflow/internal/dependency.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdks/python/apache_beam/runners/dataflow/internal/dependency.py b/sdks/python/apache_beam/runners/dataflow/internal/dependency.py index 62c09ed14135..bd38b3a62622 100644 --- a/sdks/python/apache_beam/runners/dataflow/internal/dependency.py +++ b/sdks/python/apache_beam/runners/dataflow/internal/dependency.py @@ -78,11 +78,11 @@ # Update this version to the next version whenever there is a change that will # require changes to legacy Dataflow worker execution environment. # This should be in the beam-[version]-[date] format, date is optional. -BEAM_CONTAINER_VERSION = 'beam-2.1.0-20170626' +BEAM_CONTAINER_VERSION = '2.1.0' # Update this version to the next version whenever there is a change that # requires changes to SDK harness container or SDK harness launcher. # This should be in the beam-[version]-[date] format, date is optional. -BEAM_FNAPI_CONTAINER_VERSION = 'beam-2.1.0-20170621' +BEAM_FNAPI_CONTAINER_VERSION = '2.1.0' # Standard file names used for staging files. WORKFLOW_TARBALL_FILE = 'workflow.tar.gz'