From 4c148dfddb289714137ab35204ecca4465b24657 Mon Sep 17 00:00:00 2001 From: tf-metadata-team Date: Mon, 29 Nov 2021 10:12:44 -0800 Subject: [PATCH] TFMD 1.5.0 Release PiperOrigin-RevId: 412918861 --- RELEASE.md | 16 ++++++++++++++++ tensorflow_metadata/version.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index cb64dfa..6ec0fee 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -6,13 +6,29 @@ ## Bug Fixes and Other Changes +## Breaking Changes + +## Deprecations + +# Version 1.5.0 + +## Major Features and Improvements + +* N/A + +## Bug Fixes and Other Changes + * A `threshold_config` is added to MetaOptimizationTarget to allow for expressing thresholded optimization goals. ## Breaking Changes +* N/A + ## Deprecations +* N/A + # Version 1.4.0 ## Major Features and Improvements diff --git a/tensorflow_metadata/version.py b/tensorflow_metadata/version.py index db6d7d2..c671111 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__ = '1.5.0.dev' +__version__ = '1.6.0.dev'