Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
Bump up version to 0.2.5
Browse files Browse the repository at this point in the history
----Release Notes----
[]
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=123678175
  • Loading branch information
aaltay committed May 31, 2016
1 parent 46f758c commit 4d230cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions google/cloud/dataflow/python_sdk_releases.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
OLDEST_SUPPORTED_PYTHON_SDK = 'python-0.1.4'

RELEASES = [
{'name': 'python-0.2.5',},
{'name': 'python-0.2.4',},
{'name': 'python-0.2.3',},
{'name': 'python-0.2.2',},
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/dataflow/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

"""Dataflow SDK for Python version information."""

__version__ = '0.2.4'
__version__ = '0.2.5'
2 changes: 1 addition & 1 deletion google/cloud/dataflow/worker/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

"""Dataflow Python worker version information."""

__version__ = '0.2.4'
__version__ = '0.2.5'

0 comments on commit 4d230cd

Please sign in to comment.