aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/compat
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-10-03 02:25:06 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-03 02:29:08 -0700
commitc248f458c76df89fa3d608dcbe7c4c5e10962c24 (patch)
tree21954a2294ac0d34d0c6ea4f70aef4ebfd82c656 /tensorflow/python/compat
parent3d452dbcf7e1a71ba449f6acf7342cdd1dd11859 (diff)
compat: Update forward compatibility horizon to 2018-10-03
PiperOrigin-RevId: 215534396
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 3bb95b56c2..d833defb8e 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, 2)
+_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 10, 3)
@tf_export("compat.forward_compatible")