compat: Update forward compatibility horizon to 2018-10-05

PiperOrigin-RevId: 215874612
This commit is contained in:
A. Unique TensorFlower 2018-10-05 02:01:34 -07:00 committed by TensorFlower Gardener
parent 3b94d75a9e
commit 123de2797a

View File

@ -26,7 +26,7 @@ import datetime
from tensorflow.python.util import tf_contextlib
from tensorflow.python.util.tf_export import tf_export
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 10, 4)
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 10, 5)
@tf_export("compat.forward_compatible")