Skip to content

Commit d0c8334

Browse files
compat: Update forward compatibility horizon to 2022-02-03
PiperOrigin-RevId: 426077974 Change-Id: I8ed1453634cc4ca1fcf9308ace9877f1fb9ab34a
1 parent 56dcc47 commit d0c8334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tensorflow/python/compat/compat.py‎

Lines changed: 1 addition & 1 deletion
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(2022, 2, 2)
32+
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2022, 2, 3)
3333
_FORWARD_COMPATIBILITY_DELTA_DAYS_VAR_NAME = "TF_FORWARD_COMPATIBILITY_DELTA_DAYS"
3434
_FORWARD_COMPATIBILITY_DATE_NUMBER = None
3535

0 commit comments

Comments
 (0)