Skip to content

Commit 5864e37

Browse files
author
tfx-team
committed
Prepare for 0.13.0rc1 release, fixing run_executor script.
PiperOrigin-RevId: 245489783
1 parent e716300 commit 5864e37

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

RELEASE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
* Initial version of following orchestration platform supported:
1717
* Kubeflow
1818
* Added TensorFlow Model Analysis Colab example
19-
* Supported split ratio for ExampleGen components.
19+
* Supported split ratio for ExampleGen components
20+
* Supported running a single executor independently
2021

2122
## Bug fixes and other changes
2223

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def _make_extra_packages_docker_image():
9999
# Packages needed for tfx docker image.
100100
return [
101101
'python-snappy>=0.5,<0.6',
102-
'tensorflow>=1.13,<2',
102+
'tensorflow>=1.13.1,<2',
103103
]
104104

105105

@@ -157,7 +157,6 @@ def _make_extra_packages_docker_image():
157157
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,<4',
158158
packages=find_packages(),
159159
include_package_data=True,
160-
# TODO(b/124941876): Update with proper description.
161160
description='TensorFlow Extended (TFX) is a TensorFlow-based general-purpose machine learning platform implemented at Google',
162161
long_description=_LONG_DESCRIPTION,
163162
long_description_content_type='text/markdown',

tfx/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
"""Contains the version string of TFX."""
1515

1616
# Note that setup.py uses this version.
17-
__version__ = '0.13.0rc0'
17+
__version__ = '0.13.0rc1'

0 commit comments

Comments
 (0)