aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/compat/compat.py
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-09-16 02:11:30 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-16 02:15:52 -0700
commitaa2094fc9dc6e67d6e440231828de05a6da3cf78 (patch)
treefb72ff7d2471217484e08d06bf5c1f99a96a4f61 /tensorflow/python/compat/compat.py
parente37baff90ed84faef679bbf1e785e6790fd2739d (diff)
compat: Update forward compatibility horizon to 2018-09-16
PiperOrigin-RevId: 213161736
Diffstat (limited to 'tensorflow/python/compat/compat.py')
-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 db850509ad..c246a98237 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, 9, 15)
+_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 9, 16)
@tf_export("compat.forward_compatible")