Skip to content

Commit 613d830

Browse files
ml-metadata-teamtfx-copybara
authored andcommitted
MLMD 1.5.0 Release
PiperOrigin-RevId: 412964968
1 parent 839c350 commit 613d830

3 files changed

Lines changed: 20 additions & 3 deletions

File tree

RELEASE.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,32 @@
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

g3doc/get_started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,7 @@ The list of `schema_version` used in MLMD releases are:
493493

494494
ml-metadata (MLMD) | schema_version
495495
------------------ | --------------
496+
1.5.0 | 7
496497
1.4.0 | 7
497498
1.3.0 | 7
498499
1.2.0 | 7

ml_metadata/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
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'

0 commit comments

Comments
 (0)