Skip to content

Commit

Permalink
Merge pull request #177 from rtg0795/r1.13.0
Browse files Browse the repository at this point in the history
Update 1.13.1 in version.py and RELEASE.md
  • Loading branch information
rtg0795 committed Apr 12, 2023
2 parents 2eb4348 + 53ce0c0 commit 26abfd6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
9 changes: 3 additions & 6 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# Version 1.13.0
# Version 1.13.1

## Major Features and Improvements

* Fix filter query parsing for QueryLineageGraph when using queries with
aliases.
* Depends on `numpy~=1.22.0`.
* N/A

## Breaking Changes

* N/A

## Deprecations

* Deprecated python 3.7 support.

* N/A
1 change: 1 addition & 0 deletions g3doc/get_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,7 @@ The list of `schema_version` used in MLMD releases are:

ml-metadata (MLMD) | schema_version
------------------ | --------------
1.13.1 | 10
1.13.0 | 10
1.12.0 | 10
1.11.0 | 10
Expand Down
2 changes: 1 addition & 1 deletion ml_metadata/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"""Contains the version string of ML Metadata."""

# Note that setup.py uses this version.
__version__ = '1.13.0'
__version__ = '1.13.1'

0 comments on commit 26abfd6

Please sign in to comment.