compat: Update forward compatibility horizon to 2019-03-28

PiperOrigin-RevId: 240733616
This commit is contained in:
A. Unique TensorFlower 2019-03-28 02:02:36 -07:00 committed by TensorFlower Gardener
parent 2eebcc63a6
commit f09580c836

View File

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