compat: Update forward compatibility horizon to 2019-01-14

PiperOrigin-RevId: 229138454
This commit is contained in:
A. Unique TensorFlower 2019-01-14 01:02:53 -08:00 committed by TensorFlower Gardener
parent 2a50782fb6
commit cfbf81335a

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, 1, 13)
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2019, 1, 14)
@tf_export("compat.forward_compatible")