aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-10-06 02:01:17 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-06 02:05:28 -0700
commitfb92d456476c36210cea3b76393f584a306f092b (patch)
tree8d1377a18026e5d583ea45071e05c1b74b0b112b /tensorflow/python
parent5be206276ca53f887374e3277a018a9348d58e7f (diff)
compat: Update forward compatibility horizon to 2018-10-06
PiperOrigin-RevId: 216021117
Diffstat (limited to 'tensorflow/python')
-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 8f4e8e0b98..d85fb00414 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, 5)
+_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 10, 6)
@tf_export("compat.forward_compatible")