Skip to content

Commit da97478

Browse files
ml-metadata-teamtfx-copybara
authored andcommitted
MLMD 1.4.0 Release
PiperOrigin-RevId: 405948949
1 parent 19b6b78 commit da97478

3 files changed

Lines changed: 16 additions & 1 deletion

File tree

RELEASE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## Major Features and Improvements
44

5+
## Bug Fixes and Other Changes
6+
7+
## Breaking Changes
8+
9+
## Deprecations
10+
11+
# Version 1.4.0
12+
13+
## Major Features and Improvements
14+
515
* Introduce MySQLSourceErrorInfo message to metadata_source proto to support
616
adding additional error information. MySQL implementation adds MySQL error
717
numbers as part MySQLSourceErrorInfo payload message.
@@ -10,8 +20,12 @@
1020

1121
## Bug Fixes and Other Changes
1222

23+
* N/A
24+
1325
## Breaking Changes
1426

27+
* N/A
28+
1529
## Deprecations
1630

1731
* Deprecated python 3.6 support.

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.4.0 | 7
496497
1.3.0 | 7
497498
1.2.0 | 7
498499
1.1.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.4.0.dev'
18+
__version__ = '1.5.0.dev'

0 commit comments

Comments
 (0)