aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/compat
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-08-23 03:07:34 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-23 03:10:43 -0700
commitd2c36c1b3e84e4e29c2853aa421ada45ff5fd396 (patch)
tree8f1c08de86294059c468794d1deb460e2811fde8 /tensorflow/python/compat
parent535b98c6b59a633ded67c2d54621696e78be491b (diff)
compat: Update forward compatibility horizon to 2018-08-23
PiperOrigin-RevId: 209908710
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 a4dd5467c0..6642a5bfb1 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, 22)
+_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 8, 23)
@tf_export("compat.forward_compatible")