aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-08-03 02:16:25 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-03 02:20:23 -0700
commitf74a3af20bb24b1de199e50bf9b2a405090a6666 (patch)
tree05800721e8380edbaf168ac2c6d6f023bd0adf9d /tensorflow
parent493d7588172bcf476309b3954db342839ca37872 (diff)
compat: Update forward compatibility horizon to 2018-08-03
PiperOrigin-RevId: 207238096
Diffstat (limited to 'tensorflow')
-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 ff9e471606..c7b0cde7ed 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, 8, 2)
+_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 8, 3)
@tf_export("compat.forward_compatible")