You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by am...@apache.org on 2020/02/28 19:07:58 UTC

[beam] branch release-2.20.0 created (now 794ac6c)

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

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


      at 794ac6c  Create release branch for version 2.20.0.

This branch includes the following new commits:

     new 794ac6c  Create release branch for version 2.20.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.20.0.

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

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

commit 794ac6ca0b0742417f26cb63b6429a86fd5ea99d
Author: amaliujia <ru...@google.com>
AuthorDate: Fri Feb 28 11:07:41 2020 -0800

    Create release branch for version 2.20.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 c749601..289f535 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -24,7 +24,7 @@ signing.gnupg.executable=gpg
 signing.gnupg.useLegacyGpg=true
 
 version=2.20.0-SNAPSHOT
-sdk_version=2.20.0.dev
+sdk_version=2.20.0
 
 javaVersion=1.8
 
diff --git a/runners/google-cloud-dataflow-java/build.gradle b/runners/google-cloud-dataflow-java/build.gradle
index 8fbc4da..6c6ade4 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-20200227'
+    'dataflow.container_version' : 'beam-2.20.0'
   ]
 }
 
diff --git a/sdks/python/apache_beam/version.py b/sdks/python/apache_beam/version.py
index 48e0cc2..3c781a7 100644
--- a/sdks/python/apache_beam/version.py
+++ b/sdks/python/apache_beam/version.py
@@ -17,4 +17,4 @@
 
 """Apache Beam SDK version information and utilities."""
 
-__version__ = '2.20.0.dev'
+__version__ = '2.20.0'