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

PiperOrigin-RevId: 226296668
This commit is contained in:
A. Unique TensorFlower 2018-12-20 01:03:05 -08:00 committed by TensorFlower Gardener
parent cc3786bacb
commit a5e8aac5fb

View File

@ -32,7 +32,7 @@ from tensorflow.python.ops import variable_scope
from tensorflow.python.util import tf_contextlib
from tensorflow.python.util.tf_export import tf_export
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 12, 19)
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 12, 20)
@tf_export("compat.forward_compatible")