aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/compat
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-08-22 02:00:55 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-22 02:04:18 -0700
commit54c69432c2eb8b138102390cd716047b5d692071 (patch)
tree65d44e88fec0b25421f3208cf54369541b3fae03 /tensorflow/python/compat
parent05f8ea8e9522a3027d4f3f7a54d716bfafed427a (diff)
compat: Update forward compatibility horizon to 2018-08-22
PiperOrigin-RevId: 209731828
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 e526bc89dd..a4dd5467c0 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, 21)
+_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 8, 22)
@tf_export("compat.forward_compatible")