You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2020/09/24 00:47:04 UTC

[beam] branch master updated: Moving to 2.26.0-SNAPSHOT on master branch.

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

robinyqiu 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 045d934  Moving to 2.26.0-SNAPSHOT on master branch.
045d934 is described below

commit 045d934e6f0a1d35c4c20005fcd49984b944c6e9
Author: Yueyang Qiu <ro...@gmail.com>
AuthorDate: Wed Sep 23 17:46:17 2020 -0700

    Moving to 2.26.0-SNAPSHOT on master branch.
---
 .../src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy    | 2 +-
 gradle.properties                                                     | 4 ++--
 sdks/python/apache_beam/version.py                                    | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
index 145903b..d0bf48b 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -322,7 +322,7 @@ class BeamModulePlugin implements Plugin<Project> {
 
     // Automatically use the official release version if we are performing a release
     // otherwise append '-SNAPSHOT'
-    project.version = '2.25.0'
+    project.version = '2.26.0'
     if (!isRelease(project)) {
       project.version += '-SNAPSHOT'
     }
diff --git a/gradle.properties b/gradle.properties
index 358dbed..9c52fcd 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -23,8 +23,8 @@ offlineRepositoryRoot=offline-repository
 signing.gnupg.executable=gpg
 signing.gnupg.useLegacyGpg=true
 
-version=2.25.0-SNAPSHOT
-sdk_version=2.25.0.dev
+version=2.26.0-SNAPSHOT
+sdk_version=2.26.0.dev
 
 javaVersion=1.8
 
diff --git a/sdks/python/apache_beam/version.py b/sdks/python/apache_beam/version.py
index 2f068a9..3f218a6 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.25.0.dev'
+__version__ = '2.26.0.dev'