aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/compat
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-09-07 02:02:36 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-07 02:05:45 -0700
commit0358d57043067c6ea97ea7dd6c246806f56cd22a (patch)
tree9ea5b5db1759627038c41c6b6f1e540bb6e2b7e6 /tensorflow/python/compat
parent424de2b5279bf3779c27a39403f94281f3460543 (diff)
compat: Update forward compatibility horizon to 2018-09-07
PiperOrigin-RevId: 211942571
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 118339bfaf..7a3fc27592 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, 9, 6)
+_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 9, 7)
@tf_export("compat.forward_compatible")