aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/compat
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-09-27 02:09:02 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-27 02:12:51 -0700
commit19d8963bc0ea64e10ff08ad4e7cc76813a182196 (patch)
tree48b34611e06c8196a5429a1990bb4a6e41f2f3ab /tensorflow/python/compat
parent4e56ea8f9bc398e4cd8bf66abf58cc872c922067 (diff)
compat: Update forward compatibility horizon to 2018-09-27
PiperOrigin-RevId: 214741709
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 ce230731b0..88cad5d6d9 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, 26)
+_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 9, 27)
@tf_export("compat.forward_compatible")