aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/compat/compat.py
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-09-12 02:02:50 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-12 02:07:17 -0700
commit5fe902531ec790ebd25618b7070b5094930f522e (patch)
treec95f62fb0d4122ac5a28ace15473b7afec5a2d2a /tensorflow/python/compat/compat.py
parent6bb429b7772bead4e386cb22b6ab2aefa520442e (diff)
compat: Update forward compatibility horizon to 2018-09-12
PiperOrigin-RevId: 212601523
Diffstat (limited to 'tensorflow/python/compat/compat.py')
-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 60ebae19ab..550017653a 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, 11)
+_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 9, 12)
@tf_export("compat.forward_compatible")