Skip to content

Commit 80479d8

Browse files
Matthew FahrbachTensorFlow Recommenders Authors
authored andcommitted
Release TFRS v0.7.5.
This is a no-op for the TFRS library but should allow us to push new releases to PyPI. PiperOrigin-RevId: 836781110
1 parent ec3b89b commit 80479d8

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

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

33
## [unreleased][unreleased]
44

5+
## [0.7.5][2025-11-25]
6+
7+
### Changed
8+
9+
- Updated release test script to use `export TF_USE_LEGACY_KERAS=1`. This is a
10+
no-op for the TFRS library but should allow us to push new releases to PyPI.
11+
512
## [0.7.4][2025-11-04]
613

714
### Added

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import pathlib
1818
import setuptools
1919

20-
VERSION = "0.7.4"
20+
VERSION = "0.7.5"
2121

2222
long_description = (
2323
pathlib.Path(__file__).parent.joinpath("README.md").read_text()

tensorflow_recommenders/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def _check_keras_version():
4646
del _check_keras_version
4747
# pylint: enable=g-statement-before-imports
4848

49-
__version__ = "v0.7.4"
49+
__version__ = "v0.7.5"
5050

5151
from tensorflow_recommenders import examples
5252
from tensorflow_recommenders import experimental

tensorflow_recommenders/public.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
internal google stuff.
2525
"""
2626

27-
__version__ = "v0.7.4"
27+
__version__ = "v0.7.5"
2828

2929
# This version does not include internal tfrs google library.
3030
from tensorflow_recommenders import examples

0 commit comments

Comments
 (0)