Skip to content

Commit

Permalink
Moving to 2.17.0-SNAPSHOT on master branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
markflyhigh committed Sep 11, 2019
1 parent 8f91984 commit 41946dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
"""Apache Beam SDK version information and utilities."""


__version__ = '2.16.0.dev'
__version__ = '2.17.0.dev'

0 comments on commit 41946dd

Please sign in to comment.