Skip to content

Commit 7169ab7

Browse files
compat: Update forward compatibility horizon to 2020-08-11
PiperOrigin-RevId: 325979481 Change-Id: If52dfd419928bf71c132207368e54f07a96348eb
1 parent 59bcb3a commit 7169ab7

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

0 commit comments

Comments
 (0)