aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/compat
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-09-18 02:04:31 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-18 02:09:28 -0700
commit0cf3690400e46bd89b48a206eff8dd08a660aced (patch)
tree13279810febb2c9c85657ca956981f049b081917 /tensorflow/python/compat
parentcc054336d93cd1eee1b80679a1b87017fda3d9e5 (diff)
compat: Update forward compatibility horizon to 2018-09-18
PiperOrigin-RevId: 213414462
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 0d2f2c9b9e..157e699604 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, 17)
+_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 9, 18)
@tf_export("compat.forward_compatible")