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

PiperOrigin-RevId: 225327770
This commit is contained in:
A. Unique TensorFlower 2018-12-13 01:02:28 -08:00 committed by TensorFlower Gardener
parent b5969ad5cf
commit 5dfb096b53

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