We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc5d727 commit a2e5e98Copy full SHA for a2e5e98
RELEASE.md
@@ -1,6 +1,9 @@
1
# Current Version (Still in Development)
2
3
* Add notes for next release here.
4
+
5
+# Release 0.1.13
6
7
* Upgrad the default Cloud Build machine to `N1_HIGHCPU_8`
8
9
# Release 0.1.12
src/python/tensorflow_cloud/version.py
@@ -13,4 +13,4 @@
13
# limitations under the License.
14
"""Contains the version string of TensorFlow Cloud."""
15
16
-__version__ = "0.1.13.dev"
+__version__ = "0.1.14.dev"
0 commit comments