aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-08-11 02:02:02 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-11 02:06:16 -0700
commit3b061fce8b9a1c867f2798d51b5375ea3a03b385 (patch)
treea5b880037f197193dd8d13a928e78603021ae0c9
parentc160ce2191d41ce7108465004c7b1846aa703ddc (diff)
compat: Update forward compatibility horizon to 2018-08-11
PiperOrigin-RevId: 208323893
-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 42a2199305..f33e881d87 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, 10)
+_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 8, 11)
@tf_export("compat.forward_compatible")