Skip to content

Commit 22ba168

Browse files
compat: Update forward compatibility horizon to 2021-04-12
PiperOrigin-RevId: 367955073 Change-Id: I7d82b722063f300ce60ab3ef790e56d3fd994a75
1 parent eb17823 commit 22ba168

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
@@ -33,7 +33,7 @@
3333
# This value changes every day with an automatic CL. It can be modified in code
3434
# via `forward_compatibility_horizon()` or with the environment variable
3535
# TF_FORWARD_COMPATIBILITY_DELTA_DAYS, which is added to the compatibility date.
36-
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2021, 4, 11)
36+
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2021, 4, 12)
3737
_FORWARD_COMPATIBILITY_DELTA_DAYS_VAR_NAME = "TF_FORWARD_COMPATIBILITY_DELTA_DAYS"
3838
_FORWARD_COMPATIBILITY_DATE_NUMBER = None
3939

0 commit comments

Comments
 (0)