Skip to content

Commit 9de382b

Browse files
authored
Merge pull request #238 from chongyouquan/tf-cloud-0.1.8
Update version.py and RELEASE.md
2 parents a79009e + 3c9611b commit 9de382b

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

RELEASE.md

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

3-
* Add notes for next release here.
3+
* Added Kaggle integration
4+
* `cloud_fit` now moved to a sub-module under `Tuner`
5+
* HParams plugin integration with DistributingCloudTuner
6+
* Added integration tests
7+
* Small bug fixes.
48

59
# Release 0.1.7
610

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.8"

0 commit comments

Comments
 (0)