You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ma...@apache.org on 2019/09/11 21:17:47 UTC

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

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

markliu 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 41946dd  Moving to 2.17.0-SNAPSHOT on master branch.
41946dd is described below

commit 41946ddee5c5c1b33b18d3c833126666966b3ff6
Author: Mark Liu <ma...@google.com>
AuthorDate: Wed Sep 11 14:15:38 2019 -0700

    Moving to 2.17.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 47a8e74..c325d7c 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -337,7 +337,7 @@ class BeamModulePlugin implements Plugin<Project> {
 
     // Automatically use the official release version if we are performing a release
     // otherwise append '-SNAPSHOT'
-    project.version = '2.16.0'
+    project.version = '2.17.0'
     if (!isRelease(project)) {
       project.version += '-SNAPSHOT'
     }
diff --git a/gradle.properties b/gradle.properties
index 0d2a9e5..412f5a1 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -23,5 +23,5 @@ offlineRepositoryRoot=offline-repository
 signing.gnupg.executable=gpg
 signing.gnupg.useLegacyGpg=true
 
-version=2.16.0-SNAPSHOT
-python_sdk_version=2.16.0.dev
+version=2.17.0-SNAPSHOT
+python_sdk_version=2.17.0.dev
diff --git a/sdks/python/apache_beam/version.py b/sdks/python/apache_beam/version.py
index cd8f1b9..1365114 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.16.0.dev'
+__version__ = '2.17.0.dev'