Skip to content

Commit e8eba7a

Browse files
tf-metadata-teamtfx-copybara
authored andcommitted
TFMD 1.15.0 Release
PiperOrigin-RevId: 627131635
1 parent 1d46f3d commit e8eba7a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

RELEASE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@
66

77
## Bug Fixes and Other Changes
88

9+
## Breaking Changes
10+
11+
## Deprecations
12+
13+
# Version 1.15.0
14+
15+
## Major Features and Improvements
16+
17+
* N/A
18+
19+
## Bug Fixes and Other Changes
20+
921
* Bump the Ubuntu version on which TFMD is tested to 20.04 (previously
1022
was 16.04).
1123
* Bumped the minimum bazel version required to build `tfmd` to 6.1.0.

tensorflow_metadata/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
"""Contains the version string of TFMD."""
1515

1616
# Note that setup.py uses this version.
17-
__version__ = '1.15.0.dev'
17+
__version__ = '1.16.0.dev'

0 commit comments

Comments
 (0)