File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Current Version (not yet released; still in development)
22
3- * Remove INFO log when a type is has empty property definition and not a
4- simple type.
3+ ## Major Features and Improvements
4+
5+ ## Bug Fixes and Other Changes
6+
7+ ## Breaking Changes
8+
9+ ## Deprecations
10+
11+ # Version 1.5.0
512
613## Major Features and Improvements
714
15+ * N/A
16+
817## Bug Fixes and Other Changes
918
19+ * Remove INFO log when a type is has empty property definition and not a
20+ simple type.
21+
1022## Breaking Changes
1123
24+ * N/A
25+
1226## Deprecations
1327
28+ * N/A
29+
1430# Version 1.4.0
1531
1632## Major Features and Improvements
Original file line number Diff line number Diff line change @@ -493,6 +493,7 @@ The list of `schema_version` used in MLMD releases are:
493493
494494ml-metadata (MLMD) | schema_version
495495------------------ | --------------
496+ 1.5.0 | 7
4964971.4.0 | 7
4974981.3.0 | 7
4984991.2.0 | 7
Original file line number Diff line number Diff line change 1515"""Contains the version string of ML Metadata."""
1616
1717# Note that setup.py uses this version.
18- __version__ = '1.5 .0.dev'
18+ __version__ = '1.6 .0.dev'
You can’t perform that action at this time.
0 commit comments