Skip to content

Commit

Permalink
TFMD 0.21.1 preparation CL.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 291769942
  • Loading branch information
tf-metadata-team authored and tf-metadata-team committed Jan 27, 2020
1 parent 504d9f3 commit 27e86d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Current version (not yet released; still in development)
# Version 0.21.1

## Major Features and Improvements

Expand All @@ -10,6 +10,11 @@

## Breaking changes

* The removal of `lift_series` from `CategoricalCrossStats` and the change of
type of `LiftSeries.LiftValue.lift` from float to double will cause parsing
failures for serialized protos written written by version 0.21.0 which
contained the deleted or changed fields.

## Deprecations

# Version 0.21.0
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_metadata/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"""Contains the version string of TFMD."""

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

0 comments on commit 27e86d7

Please sign in to comment.