compat: Update forward compatibility horizon to 2019-06-23

PiperOrigin-RevId: 254618440
This commit is contained in:
A. Unique TensorFlower 2019-06-23 02:15:48 -07:00 committed by TensorFlower Gardener
parent cbb1ddb264
commit 1740bb66bd

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, 6, 22)
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2019, 6, 23)
@tf_export("compat.forward_compatible")