From 235d81b982e81061d56ebf7121a3d1397b827161 Mon Sep 17 00:00:00 2001 From: tf-metadata-team Date: Thu, 2 Jan 2020 15:54:37 -0800 Subject: [PATCH] Creates version 0.15.3. PiperOrigin-RevId: 287909072 --- RELEASE.md | 7 ++----- tensorflow_metadata/version.py | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index b0a6b06..e9d1120 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,13 +1,10 @@ -# Current version (not yet released; still in development) +# Version 0.15.3 ## Major Features and Improvements -* Added protos for categorical cross statistics using lift. - - ## Bug Fixes and Other Changes -* Added SparseTensor to TensorRepresentation. +* Added protos for categorical cross statistics using lift. ## Breaking Changes diff --git a/tensorflow_metadata/version.py b/tensorflow_metadata/version.py index c275703..ce6f579 100644 --- a/tensorflow_metadata/version.py +++ b/tensorflow_metadata/version.py @@ -14,4 +14,4 @@ """Contains the version string of TFMD.""" # Note that setup.py uses this version. -__version__ = '0.15.2' +__version__ = '0.15.3'