Skip to content

Commit edd79ef

Browse files
committed
Update version and release notes on master
1 parent a79009e commit edd79ef

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

RELEASE.md

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

33
* Add notes for next release here.
44

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

715
* `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.9.dev"

0 commit comments

Comments
 (0)