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

PiperOrigin-RevId: 208379916
This commit is contained in:
A. Unique TensorFlower 2018-08-12 02:01:23 -07:00 committed by TensorFlower Gardener
parent 3021cfae28
commit 1a22b0b982

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