Skip to content

Commit

Permalink
Merge pull request #238 from chongyouquan/tf-cloud-0.1.8
Browse files Browse the repository at this point in the history
Update version.py and RELEASE.md
  • Loading branch information
chongyouquan committed Oct 30, 2020
2 parents a79009e + 3c9611b commit 9de382b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Current Version (Still in Development)
# Release 0.1.8

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

# Release 0.1.7

Expand Down
2 changes: 1 addition & 1 deletion src/python/tensorflow_cloud/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.
"""Contains the version string of TensorFlow Cloud."""

__version__ = "0.1.8.dev"
__version__ = "0.1.8"

0 comments on commit 9de382b

Please sign in to comment.