Skip to content

Commit 4b6cc19

Browse files
compat: Update forward compatibility horizon to 2021-09-01
PiperOrigin-RevId: 394181184 Change-Id: If9f26b0a5697a83091f0b4a226393eefba5e7e07
1 parent 5cd2ec5 commit 4b6cc19

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
@@ -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, 8, 31)
36+
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2021, 9, 1)
3737
_FORWARD_COMPATIBILITY_DELTA_DAYS_VAR_NAME = "TF_FORWARD_COMPATIBILITY_DELTA_DAYS"
3838
_FORWARD_COMPATIBILITY_DATE_NUMBER = None
3939

0 commit comments

Comments
 (0)