You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by mi...@apache.org on 2019/10/24 17:58:49 UTC

[beam] branch release-2.17.0 created (now bccb3bd)

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

mikhail pushed a change to branch release-2.17.0
in repository https://gitbox.apache.org/repos/asf/beam.git.


      at bccb3bd  Create release branch for version 2.17.0.

This branch includes the following new commits:

     new bccb3bd  Create release branch for version 2.17.0.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[beam] 01/01: Create release branch for version 2.17.0.

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mikhail pushed a commit to branch release-2.17.0
in repository https://gitbox.apache.org/repos/asf/beam.git

commit bccb3bd3e376b21b0b4932628103d9e7c05a0843
Author: Mikhail Gryzykhin <mi...@google.com>
AuthorDate: Thu Oct 24 10:58:28 2019 -0700

    Create release branch for version 2.17.0.
---
 gradle.properties                               | 2 +-
 runners/google-cloud-dataflow-java/build.gradle | 2 +-
 sdks/python/apache_beam/version.py              | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index 412f5a1..8a0fae7 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -24,4 +24,4 @@ signing.gnupg.executable=gpg
 signing.gnupg.useLegacyGpg=true
 
 version=2.17.0-SNAPSHOT
-python_sdk_version=2.17.0.dev
+python_sdk_version=2.17.0
diff --git a/runners/google-cloud-dataflow-java/build.gradle b/runners/google-cloud-dataflow-java/build.gradle
index 1569d29..a76cd26 100644
--- a/runners/google-cloud-dataflow-java/build.gradle
+++ b/runners/google-cloud-dataflow-java/build.gradle
@@ -39,7 +39,7 @@ processResources {
   filter org.apache.tools.ant.filters.ReplaceTokens, tokens: [
     'dataflow.legacy_environment_major_version' : '7',
     'dataflow.fnapi_environment_major_version' : '7',
-    'dataflow.container_version' : 'beam-master-20190829'
+    'dataflow.container_version' : 'beam-2.17.0'
   ]
 }
 
diff --git a/sdks/python/apache_beam/version.py b/sdks/python/apache_beam/version.py
index 1365114..10772d2 100644
--- a/sdks/python/apache_beam/version.py
+++ b/sdks/python/apache_beam/version.py
@@ -18,4 +18,4 @@
 """Apache Beam SDK version information and utilities."""
 
 
-__version__ = '2.17.0.dev'
+__version__ = '2.17.0'