Skip to content

Commit

Permalink
Prepares for MLMD 0.15.2 release.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 283573624
  • Loading branch information
hughmiao authored and tf-metadata-team committed Dec 3, 2019
1 parent c9747be commit 74fe286
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Current version (not yet released; still in development)
# Release 0.15.2

## Major Features and Improvements

## Bug Fixes and Other Changes

* Passes bytes instead of string to grpc.ssl_channel_credentials.
* Align GRPC python client stub error code with swig client error code.
* Add verify_server_cert support to MySQL source SSL options.

## Breaking Changes

## Deprecations
Expand Down
2 changes: 1 addition & 1 deletion g3doc/get_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,6 @@ The list of `schema_version` used in MLMD releases are:

ml-metadata (MLMD) | schema_version
------------------ | --------------
0.15.1 | 4
0.15.2 | 4
0.14.0 | 4
0.13.2 | 0
2 changes: 1 addition & 1 deletion ml_metadata/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"""Contains the version string of ML Metadata."""

# Note that setup.py uses this version.
__version__ = '0.16.0dev'
__version__ = '0.15.2'

0 comments on commit 74fe286

Please sign in to comment.