aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/compat
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-09-15 02:01:56 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-15 02:06:37 -0700
commite517e2cf49a23d8561bcc5fcacbbb6674064b0e9 (patch)
tree3e74308e60754a7aa8e6db9cd7779e8efd803137 /tensorflow/python/compat
parent08589aa0c4447b21dd73183cf5cfafff326324dc (diff)
compat: Update forward compatibility horizon to 2018-09-15
PiperOrigin-RevId: 213100589
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 8a100fe975..db850509ad 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, 14)
+_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 9, 15)
@tf_export("compat.forward_compatible")