Repository: beam
Updated Branches:
  refs/heads/master 3c9001a3c -> a40bdfd75


Bump Python SDK harness container version to use with Beam HEAD

This should fix BEAM-3196.

Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/fc57082c
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/fc57082c
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/fc57082c

Branch: refs/heads/master
Commit: fc57082ce76d0821b0b4979fe3d7935e2f8e64ae
Parents: 3c9001a
Author: tvalentyn <tvalen...@users.noreply.github.com>
Authored: Tue Nov 21 11:52:50 2017 -0800
Committer: Ahmet Altay <al...@google.com>
Committed: Tue Nov 21 18:19:03 2017 -0800

----------------------------------------------------------------------
 sdks/python/apache_beam/runners/dataflow/internal/dependency.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/fc57082c/sdks/python/apache_beam/runners/dataflow/internal/dependency.py
----------------------------------------------------------------------
diff --git a/sdks/python/apache_beam/runners/dataflow/internal/dependency.py 
b/sdks/python/apache_beam/runners/dataflow/internal/dependency.py
index fba2df2..5b956e4 100644
--- a/sdks/python/apache_beam/runners/dataflow/internal/dependency.py
+++ b/sdks/python/apache_beam/runners/dataflow/internal/dependency.py
@@ -82,7 +82,7 @@ BEAM_CONTAINER_VERSION = 'beam-2.2.0-20170928'
 # 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 = 'beam-2.3.0-20171121'
 
 # Standard file names used for staging files.
 WORKFLOW_TARBALL_FILE = 'workflow.tar.gz'

Reply via email to