compat: Update forward compatibility horizon to 2019-04-15

PiperOrigin-RevId: 243576047
This commit is contained in:
A. Unique TensorFlower 2019-04-15 02:02:32 -07:00 committed by TensorFlower Gardener
parent ce4c76265a
commit 555e7e3b65

View File

@ -27,7 +27,7 @@ import datetime
from tensorflow.python.util import tf_contextlib from tensorflow.python.util import tf_contextlib
from tensorflow.python.util.tf_export import tf_export from tensorflow.python.util.tf_export import tf_export
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2019, 4, 14) _FORWARD_COMPATIBILITY_HORIZON = datetime.date(2019, 4, 15)
@tf_export("compat.forward_compatible") @tf_export("compat.forward_compatible")