Skip to content

Commit 12cfb7a

Browse files
compat: Update forward compatibility horizon to 2025-02-09
PiperOrigin-RevId: 724853622
1 parent 899b3d4 commit 12cfb7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/python/compat/compat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# This value changes every day with an automatic CL. It can be modified in code
3030
# via `forward_compatibility_horizon()` or with the environment variable
3131
# TF_FORWARD_COMPATIBILITY_DELTA_DAYS, which is added to the compatibility date.
32-
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2025, 2, 8)
32+
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2025, 2, 9)
3333
_FORWARD_COMPATIBILITY_DELTA_DAYS_VAR_NAME = "TF_FORWARD_COMPATIBILITY_DELTA_DAYS"
3434
_FORWARD_COMPATIBILITY_DATE_NUMBER = None
3535

0 commit comments

Comments
 (0)