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

PiperOrigin-RevId: 216079665
This commit is contained in:
A. Unique TensorFlower 2018-10-07 02:01:04 -07:00 committed by TensorFlower Gardener
parent 7fa6a6b42b
commit 367f7d651f

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, 6)
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 10, 7)
@tf_export("compat.forward_compatible")