compat: Update forward compatibility horizon to 2019-05-20

PiperOrigin-RevId: 249007962
This commit is contained in:
A. Unique TensorFlower 2019-05-20 02:02:25 -07:00 committed by TensorFlower Gardener
parent ebf12d22b4
commit e8dc3c76a8

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, 5, 19)
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2019, 5, 20)
@tf_export("compat.forward_compatible")