diff --git a/RELEASE.md b/RELEASE.md index 5fa540c0..d65bb89c 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,6 +1,7 @@ -# Current Version (Still in Development) +# Release 0.1.11 -* Add notes for next release here. +* Telemetry additions +* Address test failures/flakiness # Release 0.1.10 diff --git a/src/python/tensorflow_cloud/version.py b/src/python/tensorflow_cloud/version.py index 308dde97..f1b1d130 100644 --- a/src/python/tensorflow_cloud/version.py +++ b/src/python/tensorflow_cloud/version.py @@ -13,4 +13,4 @@ # limitations under the License. """Contains the version string of TensorFlow Cloud.""" -__version__ = "0.1.11.dev" +__version__ = "0.1.11"