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 ac6c425  Update FnAPI dev container version.
     new b065099  Merge pull request #7858 from tvalentyn/patch-39
ac6c425 is described below

commit ac6c4256a8258dcd4618e5693fbe1fb16d324a38
Author: tvalentyn <tvalen...@users.noreply.github.com>
AuthorDate: Fri Feb 15 14:05:16 2019 -0800

    Update FnAPI dev container version.
---
 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 5670d6f..e42381e 100644
--- a/sdks/python/apache_beam/runners/dataflow/internal/names.py
+++ b/sdks/python/apache_beam/runners/dataflow/internal/names.py
@@ -41,7 +41,7 @@ SERIALIZED_SOURCE_KEY = 'serialized_source'
 BEAM_CONTAINER_VERSION = 'beam-master-20190208'
 # 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-20190208'
+BEAM_FNAPI_CONTAINER_VERSION = 'beam-master-20190213'
 
 # TODO(BEAM-5939): Remove these shared names once Dataflow worker is updated.
 PICKLED_MAIN_SESSION_FILE = 'pickled_main_session'

Reply via email to