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

Commit 4d230cd

Browse files
committed
Bump up version to 0.2.5
----Release Notes---- [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=123678175
1 parent 46f758c commit 4d230cd

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

google/cloud/dataflow/python_sdk_releases.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
OLDEST_SUPPORTED_PYTHON_SDK = 'python-0.1.4'
3434

3535
RELEASES = [
36+
{'name': 'python-0.2.5',},
3637
{'name': 'python-0.2.4',},
3738
{'name': 'python-0.2.3',},
3839
{'name': 'python-0.2.2',},

google/cloud/dataflow/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

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

17-
__version__ = '0.2.4'
17+
__version__ = '0.2.5'

google/cloud/dataflow/worker/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
"""Dataflow Python worker version information."""
1616

17-
__version__ = '0.2.4'
17+
__version__ = '0.2.5'

0 commit comments

Comments
 (0)