You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ch...@apache.org on 2018/11/21 19:27:46 UTC

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

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

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

commit efa948ec746234d893c0fd8480e5480daa6aaf24
Author: Chamikara Jayalath <ch...@google.com>
AuthorDate: Wed Nov 21 11:27:36 2018 -0800

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

diff --git a/runners/google-cloud-dataflow-java/build.gradle b/runners/google-cloud-dataflow-java/build.gradle
index a5c7bc8..80164df 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-20181116'
+    'dataflow.container_version' : 'beam-2.9.0'
   ]
 }
 
diff --git a/sdks/python/apache_beam/version.py b/sdks/python/apache_beam/version.py
index c2ae126..4f1e090 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.9.0.dev'
+__version__ = '2.9.0'