Skip to content

Commit 943e412

Browse files
authored
Merge pull request #204 from pavithrasv/tf-cloud-0.1.7
Tf cloud 0.1.7
2 parents da3b051 + d1f8bf5 commit 943e412

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

RELEASE.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Current Version (Still in Development)
1+
# Release 0.1.7
22

3-
* Add notes for next release here.
3+
* `cloud_fit` uses pickle instead of cloudpickle.
4+
* Better integration tests checking for job status.
5+
* Small bug fixes.
46

57
# Release 0.1.6
68

src/python/tensorflow_cloud/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414
"""Contains the version string of TensorFlow Cloud."""
1515

16-
__version__ = "0.1.7.dev"
16+
__version__ = "0.1.7"

0 commit comments

Comments
 (0)