Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@

## Bug Fixed and Other Changes

# Version 1.17.0

## Major Features and Improvements

* N/A

## Breaking Changes

* N/A

## Deprecations

* N/A

## Bug Fixed and Other Changes

* Depends on `protobuf>=4.25.2,<5` for Python 3.11 and on `protobuf>4.21.6,<5`
for 3.9 and 3.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.17.0.dev'
__version__ = '1.18.0.dev'
Loading