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

Commit c60af56

Browse files
committed
Bump up version to 0.2.3
----Release Notes---- [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=120268291
1 parent 172bc1b commit c60af56

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

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.3',},
3637
{'name': 'python-0.2.2',},
3738
{'name': 'python-0.2.1',},
3839
{'name': 'python-0.2.0',},

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.2'
17+
__version__ = '0.2.3'

0 commit comments

Comments
 (0)