aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/compat
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-10-02 02:13:06 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-02 02:18:04 -0700
commitedea1be5dd98775399dbd12728e86039a14fb967 (patch)
treef0d7967922248cd169fd96cae983eb37fd665a17 /tensorflow/python/compat
parent9884cb36290664593682d235ce0d5e1925e3fa23 (diff)
compat: Update forward compatibility horizon to 2018-10-02
PiperOrigin-RevId: 215354927
Diffstat (limited to 'tensorflow/python/compat')
-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 bea5aa990f..3bb95b56c2 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, 1)
+_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 10, 2)
@tf_export("compat.forward_compatible")