Repository: beam Updated Branches: refs/heads/master 04e326181 -> db0ec9991
Update python dataflow worker Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/e287544c Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/e287544c Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/e287544c Branch: refs/heads/master Commit: e287544c16cc3e22228c75bb8599dcd2678bcbd0 Parents: 04e3261 Author: Sourabh Bajaj <[email protected]> Authored: Fri May 5 19:15:48 2017 -0700 Committer: Ahmet Altay <[email protected]> Committed: Fri May 5 19:32:46 2017 -0700 ---------------------------------------------------------------------- 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/e287544c/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 f64f9b2..782cc44 100644 --- a/sdks/python/apache_beam/runners/dataflow/internal/dependency.py +++ b/sdks/python/apache_beam/runners/dataflow/internal/dependency.py @@ -72,7 +72,7 @@ from apache_beam.utils.pipeline_options import SetupOptions # Update this version to the next version whenever there is a change that will # require changes to the execution environment. -BEAM_CONTAINER_VERSION = 'beam-0.7.0-20170316' +BEAM_CONTAINER_VERSION = 'beam-0.7.0-20170505' # Standard file names used for staging files. WORKFLOW_TARBALL_FILE = 'workflow.tar.gz'
