aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/compat
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-08-24 02:19:47 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-24 02:24:03 -0700
commita5eefeb64037d25df0e341841174a52421773ebf (patch)
treefb14eff525a67cd728445fa01371f1fbe648f26e /tensorflow/python/compat
parent4969242f7da3fae4780521df3ca9bfe047264f84 (diff)
compat: Update forward compatibility horizon to 2018-08-24
PiperOrigin-RevId: 210071729
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 6642a5bfb1..e0826a7945 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, 23)
+_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 8, 24)
@tf_export("compat.forward_compatible")