We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d46f3d commit e8eba7aCopy full SHA for e8eba7a
RELEASE.md
@@ -6,6 +6,18 @@
6
7
## Bug Fixes and Other Changes
8
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
21
* Bump the Ubuntu version on which TFMD is tested to 20.04 (previously
22
was 16.04).
23
* Bumped the minimum bazel version required to build `tfmd` to 6.1.0.
tensorflow_metadata/version.py
@@ -14,4 +14,4 @@
"""Contains the version string of TFMD."""
# Note that setup.py uses this version.
-__version__ = '1.15.0.dev'
+__version__ = '1.16.0.dev'
0 commit comments