You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ib...@apache.org on 2020/01/31 23:04:07 UTC

[beam] 01/01: Update Beam Python container release

This is an automated email from the ASF dual-hosted git repository.

ibzib pushed a commit to branch dataflow-py-container
in repository https://gitbox.apache.org/repos/asf/beam.git

commit e509311d620955c5292402295ad5795f51d8be45
Author: Kyle Weaver <kc...@google.com>
AuthorDate: Fri Jan 31 15:03:57 2020 -0800

    Update Beam Python container release
---
 sdks/python/apache_beam/runners/dataflow/internal/names.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sdks/python/apache_beam/runners/dataflow/internal/names.py b/sdks/python/apache_beam/runners/dataflow/internal/names.py
index c24c5b0..2fb711d 100644
--- a/sdks/python/apache_beam/runners/dataflow/internal/names.py
+++ b/sdks/python/apache_beam/runners/dataflow/internal/names.py
@@ -40,10 +40,10 @@ SERIALIZED_SOURCE_KEY = 'serialized_source'
 
 # Update this version to the next version whenever there is a change that will
 # require changes to legacy Dataflow worker execution environment.
-BEAM_CONTAINER_VERSION = 'beam-master-20200127'
+BEAM_CONTAINER_VERSION = 'beam-master-20200131'
 # Update this version to the next version whenever there is a change that
 # requires changes to SDK harness container or SDK harness launcher.
-BEAM_FNAPI_CONTAINER_VERSION = 'beam-master-20200127'
+BEAM_FNAPI_CONTAINER_VERSION = 'beam-master-20200131'
 
 # TODO(BEAM-5939): Remove these shared names once Dataflow worker is updated.
 PICKLED_MAIN_SESSION_FILE = 'pickled_main_session'