You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by go...@apache.org on 2019/05/09 16:51:48 UTC

[beam] branch release-2.13.0 created (now 1e8f052)

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

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


      at 1e8f052  Create release branch for version 2.13.0.

This branch includes the following new commits:

     new 1e8f052  Create release branch for version 2.13.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.13.0.

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

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

commit 1e8f052f87f484ae4f625595ac1fc566c54a1bdf
Author: Ankur Goenka <an...@gmail.com>
AuthorDate: Thu May 9 09:51:31 2019 -0700

    Create release branch for version 2.13.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 1bce324..b12c265 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-20190415'
+    'dataflow.container_version' : 'beam-2.13.0'
   ]
 }
 
diff --git a/sdks/python/apache_beam/version.py b/sdks/python/apache_beam/version.py
index 6f23e64..0688bfd 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.13.0.dev'
+__version__ = '2.13.0'