aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-08-04 02:02:18 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-04 02:09:10 -0700
commitc54f0cb8b5f53ae0da6561f1a385b006cf76142c (patch)
treee8c17e364588b8693dd01bf452ec609701a00f30
parentf9acd38eb687208dcee8622510b9a611e51d21a4 (diff)
compat: Update forward compatibility horizon to 2018-08-04
PiperOrigin-RevId: 207379635
-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 c7b0cde7ed..d0a0f5456a 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, 3)
+_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 8, 4)
@tf_export("compat.forward_compatible")