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

ccy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 97cc27d  Update Dataflow container version to 20190213
     new d49996c  Merge pull request #7891 from 
charlesccychen/update-container-20190213
97cc27d is described below

commit 97cc27d1cea9cec8a2714635a5fab79abbcdb7ea
Author: Charles Chen <c...@google.com>
AuthorDate: Tue Feb 19 13:12:39 2019 -0800

    Update Dataflow container version to 20190213
---
 sdks/python/apache_beam/runners/dataflow/internal/names.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/apache_beam/runners/dataflow/internal/names.py 
b/sdks/python/apache_beam/runners/dataflow/internal/names.py
index e42381e..aa60087 100644
--- a/sdks/python/apache_beam/runners/dataflow/internal/names.py
+++ b/sdks/python/apache_beam/runners/dataflow/internal/names.py
@@ -38,7 +38,7 @@ 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-20190208'
+BEAM_CONTAINER_VERSION = 'beam-master-20190213'
 # 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-20190213'

Reply via email to