aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/compat
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-08-30 02:01:10 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-30 02:05:38 -0700
commitea31ddf21bd23532e272aa29c0a9ba09feeb84e8 (patch)
treef5f66a28a8448d13e48564259c283c24276ac776 /tensorflow/python/compat
parent1a046ed54bea276db1121c6d8f92fd817dc18077 (diff)
compat: Update forward compatibility horizon to 2018-08-30
PiperOrigin-RevId: 210870855
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 7f7bb91cee..f855619d90 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, 29)
+_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 8, 30)
@tf_export("compat.forward_compatible")