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

PiperOrigin-RevId: 216829748
This commit is contained in:
A. Unique TensorFlower 2018-10-12 02:02:06 -07:00 committed by TensorFlower Gardener
parent 690d9e3f46
commit 9e0fa95786

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