Skip to content

Commit

Permalink
TFMD 1.0.0 Release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 374956417
  • Loading branch information
tf-metadata-team authored and tf-metadata-team committed May 20, 2021
1 parent ee1d85a commit 4af2da3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,33 @@
<!-- mdlint off(HEADERS_TOO_MANY_H1) -->

# Current version (not yet released; still in development)
# Current Version (not yet released; still in development)

## Major Features and Improvements

## Bug Fixes and Other Changes

## Breaking Changes

## Deprecations

# Version 1.0.0

## Major Features and Improvements

* Added public python interface for proto/* in proto/__init__.py

## Bug Fixes and Other Changes

* N/A

## Breaking Changes

* N/A

## Deprecations

* N/A

# Version 0.30.0

## Major Features and Improvements
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.31.0.dev'
__version__ = '1.1.0.dev'

0 comments on commit 4af2da3

Please sign in to comment.