Skip to content

Commit

Permalink
Update 1.16.1 version.py and RELEASE.md (#47)
Browse files Browse the repository at this point in the history
* Mark Tensorflow Metadata compatible with Protobuf v26+.

PiperOrigin-RevId: 683195343

* Update 1.16.1 in version.py and RELEASE.md

---------

Co-authored-by: tf-metadata-team <[email protected]>
  • Loading branch information
vkarampudi and tf-metadata-team authored Oct 9, 2024
1 parent 71c7563 commit 9d0fc93
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Version 1.16.1

## Major Features and Improvements

## Bug Fixes and Other Changes

* Relax dependency on Protobuf to include version 5.x

## Breaking Changes

## Deprecations

# Version 1.16.0

## Major Features and Improvements
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def run(self):
'absl-py>=0.9,<3.0.0',
'googleapis-common-protos>=1.56.4,<2;python_version>="3.11"',
'googleapis-common-protos>=1.52.0,<2;python_version>="3.11"',
'protobuf>=4.25.2,<5;python_version>="3.11"',
'protobuf>=4.25.2,<6.0.0dev;python_version>="3.11"',
'protobuf>=3.20.3,<4.21;python_version<"3.11"',
],
python_requires='>=3.9,<4',
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_metadata/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"""Contains the version string of TFMD."""

# Note that setup.py uses this version.
__version__ = '1.16.0'
__version__ = '1.16.1'

0 comments on commit 9d0fc93

Please sign in to comment.