aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-10-07 02:01:04 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-07 02:06:07 -0700
commit367f7d651f19c5b111ea0292243eab81fb4058c7 (patch)
tree663281a3698f22a17e3ebddc8c3c72f10616bae0
parent7fa6a6b42bc9d562e2b1cc765ca78d281b51f734 (diff)
compat: Update forward compatibility horizon to 2018-10-07
PiperOrigin-RevId: 216079665
-rw-r--r--tensorflow/python/compat/compat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/compat/compat.py b/tensorflow/python/compat/compat.py
index d85fb00414..ee56480b00 100644
--- a/tensorflow/python/compat/compat.py
+++ b/tensorflow/python/compat/compat.py
@@ -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, 10, 6)
+_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 10, 7)
@tf_export("compat.forward_compatible")