Skip to content

Commit 713f1d6

Browse files
authored
Merge pull request #242 from tensorflow/tf-cloud-0.1.9
Update version.py and RELEASE.md
2 parents d9cb3d0 + 220a472 commit 713f1d6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

RELEASE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
* Add notes for next release here.
44

5+
# Release 0.1.9
6+
7+
* Added Kaggle integration
8+
9+
# Release 0.1.8
10+
11+
* `cloud_fit` now moved to a sub-module under `Tuner`
12+
* HParams plugin integration with DistributingCloudTuner
13+
* Added integration tests
14+
* Small bug fixes.
15+
516
# Release 0.1.7
617

718
* `cloud_fit` uses pickle instead of cloudpickle.

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.8.dev"
16+
__version__ = "0.1.9dev"

0 commit comments

Comments
 (0)