Skip to content

Commit

Permalink
Merge pull request #204 from pavithrasv/tf-cloud-0.1.7
Browse files Browse the repository at this point in the history
Tf cloud 0.1.7
  • Loading branch information
pavithrasv committed Sep 30, 2020
2 parents da3b051 + d1f8bf5 commit 943e412
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/python/tensorflow_cloud/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.
"""Contains the version string of TensorFlow Cloud."""

__version__ = "0.1.7.dev"
__version__ = "0.1.7"

0 comments on commit 943e412

Please sign in to comment.