Skip to content

Commit 069e2c2

Browse files
yinghsienwuTensorflow Cloud maintainers
authored andcommitted
Update version.py and RELEASE.md
PiperOrigin-RevId: 345708670
1 parent 81b978e commit 069e2c2

File tree

2 files changed

+26
-11
lines changed

2 files changed

+26
-11
lines changed

RELEASE.md

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Current Version (Still in Development)
22

33
* Add notes for next release here.
4+
5+
# Release 0.1.10
6+
47
* Py 3.5 support removed.
8+
* Small bug fixes.
59

610
# Release 0.1.9
711

8-
* Added Kaggle integration
12+
* Added Kaggle integration.
913

1014
# Release 0.1.8
1115

@@ -52,13 +56,22 @@
5256

5357
# Release 0.1.3
5458

55-
New features * Support for single node Keras tuner workflow. * Support for TPU
56-
training.
59+
## New features
60+
61+
* Support for single node Keras tuner workflow.
62+
* Support for TPU training.
5763

58-
Fixes * Fixed docker build decode errors. * Default to Py3 for TF docker images.
64+
## Fixes
5965

60-
Others * New colab notebook example. * New Auto Keras example. * Improved ReadMe
61-
docs. * Improved error messages.
66+
* Fixed docker build decode errors.
67+
* Default to Py3 for TF docker images.
68+
69+
## Others
70+
71+
* New colab notebook example.
72+
* New Auto Keras example.
73+
* Improved ReadMedocs.
74+
* Improved error messages.
6275

6376
# Release 0.1.2
6477

@@ -68,11 +81,13 @@ docs. * Improved error messages.
6881

6982
# Release 0.1.1
7083

71-
* Detailed README with setup instructions and examples
84+
* Detailed README with setup instructions and examples.
7285
* Support for running `run` API from within a python script which contains a
73-
Keras model
86+
Keras model.
7487

7588
# Release 0.1.0
7689

77-
First release * Initial release with support for running a python script on GCP
78-
* Examples for basic workflows in Keras
90+
## First release
91+
92+
* Initial release with support for running a python script on GCP.
93+
* Examples for basic workflows in Keras.

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.9.dev"
16+
__version__ = "0.1.11.dev"

0 commit comments

Comments
 (0)