diff --git a/RELEASE.md b/RELEASE.md index 1ba5a0ea..9ecb23b2 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,6 +1,8 @@ -# Current Version (Still in Development) +# Release 0.1.7 -* Add notes for next release here. +* `cloud_fit` uses pickle instead of cloudpickle. +* Better integration tests checking for job status. +* Small bug fixes. # Release 0.1.6 diff --git a/src/python/tensorflow_cloud/version.py b/src/python/tensorflow_cloud/version.py index 1c37d323..d4035968 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.7.dev" +__version__ = "0.1.7"