You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lo...@apache.org on 2020/11/05 21:35:24 UTC

[beam] branch release-2.26.0 created (now f3cf41d)

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

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


      at f3cf41d  Create release branch for version 2.26.0.

This branch includes the following new commits:

     new f3cf41d  Create release branch for version 2.26.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.26.0.

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

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

commit f3cf41d683f856d3ed78c52b5e38d9a1fe879062
Author: lostluck <13...@users.noreply.github.com>
AuthorDate: Thu Nov 5 13:34:52 2020 -0800

    Create release branch for version 2.26.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 9c52fcd..50e639b 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -24,7 +24,7 @@ signing.gnupg.executable=gpg
 signing.gnupg.useLegacyGpg=true
 
 version=2.26.0-SNAPSHOT
-sdk_version=2.26.0.dev
+sdk_version=2.26.0
 
 javaVersion=1.8
 
diff --git a/runners/google-cloud-dataflow-java/build.gradle b/runners/google-cloud-dataflow-java/build.gradle
index bacad8c..05b3e6c 100644
--- a/runners/google-cloud-dataflow-java/build.gradle
+++ b/runners/google-cloud-dataflow-java/build.gradle
@@ -44,7 +44,7 @@ processResources {
   filter org.apache.tools.ant.filters.ReplaceTokens, tokens: [
     'dataflow.legacy_environment_major_version' : '8',
     'dataflow.fnapi_environment_major_version' : '8',
-    'dataflow.container_version' : 'beam-master-20200629'
+    'dataflow.container_version' : 'beam-2.26.0'
   ]
 }
 
diff --git a/sdks/python/apache_beam/version.py b/sdks/python/apache_beam/version.py
index 3f218a6..35a60e5 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.26.0.dev'
+__version__ = '2.26.0'