aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/compat
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-08-27 02:01:42 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-27 02:10:22 -0700
commitccd8cfe1fcce8fb197f5020e36714d3526e1b1f6 (patch)
treec6e2c076bb8fb0645f50020011e725eed47105a5 /tensorflow/python/compat
parent86abbaa083beaca05ee32675ac7bfafb58a4557d (diff)
compat: Update forward compatibility horizon to 2018-08-27
PiperOrigin-RevId: 210334356
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 dd3b957da9..d9f92c3eda 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, 26)
+_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 8, 27)
@tf_export("compat.forward_compatible")