Skip to content

Commit aae8d9d

Browse files
maciejkulaTensorFlow Recommenders Authors
authored andcommitted
Release TFRS v0.7.1.
PiperOrigin-RevId: 477554047
1 parent 5d9148f commit aae8d9d

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Changelog
22

3-
## [unreleased][unreleased]
4-
5-
### Changed
3+
## [0.7.1][2022-09-28]
64

75
- Improved support for using TPUEmbedding under parameter server strategy.
86

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.0"
20+
VERSION = "0.7.1"
2121

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

tensorflow_recommenders/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
you the flexibility to build complex models.
2222
"""
2323

24-
__version__ = "v0.7.0"
24+
__version__ = "v0.7.1"
2525

2626
from tensorflow_recommenders import examples
2727
from tensorflow_recommenders import experimental

0 commit comments

Comments
 (0)