compat: Update forward compatibility horizon to 2018-09-23

PiperOrigin-RevId: 214157821
This commit is contained in:
A. Unique TensorFlower 2018-09-23 02:01:46 -07:00 committed by TensorFlower Gardener
parent 3aa23d30c2
commit 646b3c237d

View File

@ -26,7 +26,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, 9, 22)
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 9, 23)
@tf_export("compat.forward_compatible")