compat: Update forward compatibility horizon to 2018-12-30

PiperOrigin-RevId: 227267901
This commit is contained in:
A. Unique TensorFlower 2019-12-30 01:02:39 -08:00 committed by TensorFlower Gardener
parent 1fadc3b6fc
commit bbc8c15b85

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(2018, 12, 29)
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 12, 30)
@tf_export("compat.forward_compatible")