Skip to content

Commit b1ca4f5

Browse files
yinghsienwuTensorflow Cloud maintainers
authored andcommitted
Update version.py and RELEASE.md
PiperOrigin-RevId: 340746952
1 parent 78a5827 commit b1ca4f5

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

0 commit comments

Comments
 (0)