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
8 changes: 6 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
<!-- mdlint off(HEADERS_TOO_MANY_H1) -->

# Current Version (not yet released; still in development)
# Version 1.21.0

## Major Features and Improvements

* N/A

## Bug Fixes and Other Changes

* Align with TensorFlow 2.21 dependencies.
* Upgrade Protobuf to `6.31.1`.
* Upgrade `bazel_skylib` to `1.9.0`.
* Bumped the minimum bazel version required to build `tfmd` to 7.4.1 (tested with 7.7.0).
* Add support for Python 3.12 and 3.13.

## Breaking Changes
Expand All @@ -17,6 +19,8 @@

## Deprecations

* N/A

# Version 1.17.3

## Major Features and Improvements
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.18.0.dev"
__version__ = "1.21.0"
Loading