compat: Update forward compatibility horizon to 2019-11-18
PiperOrigin-RevId: 281014829 Change-Id: Ia704c9ad0202919e1c6d8d5c48efc8cc87932065
This commit is contained in:
parent
e1f8843adc
commit
66bf4b7404
@ -31,7 +31,7 @@ from tensorflow.python.util.tf_export import tf_export
|
||||
# This value changes every day with an automatic CL. It can be modified in code
|
||||
# via `forward_compatibility_horizon()` or with the environment variable
|
||||
# TF_FORWARD_COMPATIBILITY_DELTA_DAYS, which is added to the compatibility date.
|
||||
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2019, 11, 17)
|
||||
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2019, 11, 18)
|
||||
_FORWARD_COMPATIBILITY_DELTA_DAYS_VAR_NAME = "TF_FORWARD_COMPATIBILITY_DELTA_DAYS"
|
||||
_FORWARD_COMPATIBILITY_DATE_NUMBER = None
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user