Skip to content

Commit a59bfb3

Browse files
ml-metadata-teamtfx-copybara
ml-metadata-team
authored andcommitted
MLMD 1.15.0 Release
PiperOrigin-RevId: 627225688
1 parent b3b2732 commit a59bfb3

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

RELEASE.md

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

33
## Major Features and Improvements
44

5+
## Breaking Changes
6+
7+
## Deprecations
8+
9+
## Bug Fixed and Other Changes
10+
11+
# Version 1.15.0
12+
13+
## Major Features and Improvements
14+
515
* Add mlmd_resolver as a wrapper later upon metadata_store.
616
* Extend GetLineageSubgraph API to support returning `associations` and
717
`attributions`.

g3doc/get_started.md

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

520520
ml-metadata (MLMD) | schema_version
521521
------------------ | --------------
522+
1.15.0 | 10
522523
1.14.0 | 10
523524
1.13.1 | 10
524525
1.13.0 | 10

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.15.0.dev'
18+
__version__ = '1.16.0.dev'

0 commit comments

Comments
 (0)