Skip to content

Commit c071613

Browse files
committed
Create release branch for version 2.15.0.
1 parent 4684cb0 commit c071613

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

runners/google-cloud-dataflow-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ processResources {
3939
filter org.apache.tools.ant.filters.ReplaceTokens, tokens: [
4040
'dataflow.legacy_environment_major_version' : '7',
4141
'dataflow.fnapi_environment_major_version' : '7',
42-
'dataflow.container_version' : 'beam-master-20190730'
42+
'dataflow.container_version' : 'beam-2.15.0'
4343
]
4444
}
4545

sdks/python/apache_beam/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
"""Apache Beam SDK version information and utilities."""
1919

2020

21-
__version__ = '2.15.0.dev'
21+
__version__ = '2.15.0'

0 commit comments

Comments
 (0)