Skip to content

Commit 2a6c08b

Browse files
compat: Update forward compatibility horizon to 2020-06-14
PiperOrigin-RevId: 316321606 Change-Id: Ifedbd7fc719992d424bfc1d2bd6260911b65469e
1 parent 9a70ab8 commit 2a6c08b

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(2020, 6, 13)
36+
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2020, 6, 14)
3737
_FORWARD_COMPATIBILITY_DELTA_DAYS_VAR_NAME = "TF_FORWARD_COMPATIBILITY_DELTA_DAYS"
3838
_FORWARD_COMPATIBILITY_DATE_NUMBER = None
3939

0 commit comments

Comments
 (0)