compat: Update forward compatibility horizon to 2019-02-10

PiperOrigin-RevId: 233265475
This commit is contained in:
A. Unique TensorFlower 2019-02-10 01:02:41 -08:00 committed by TensorFlower Gardener
parent 8658f093ce
commit beccb5be1d

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, 2, 9)
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2019, 2, 10)
@tf_export("compat.forward_compatible")