We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f8c61f commit a9e43c9Copy full SHA for a9e43c9
RELEASE.md
@@ -4,6 +4,16 @@
4
5
## Major Features and Improvements
6
7
+## Bug Fixes and Other Changes
8
+
9
+## Breaking Changes
10
11
+## Deprecations
12
13
+# Version 0.29.0
14
15
+## Major Features and Improvements
16
17
* Adding the ability to specify and detect sequence length issues.
18
19
## Bug Fixes and Other Changes
@@ -12,8 +22,12 @@
22
23
## Breaking Changes
24
25
+* N/A
26
27
## Deprecations
28
29
30
31
# Version 0.28.0
32
33
tensorflow_metadata/version.py
@@ -14,4 +14,4 @@
"""Contains the version string of TFMD."""
# Note that setup.py uses this version.
-__version__ = '0.29.0.dev'
+__version__ = '0.30.0.dev'
0 commit comments