aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/compat
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-09-28 02:01:03 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-28 02:04:56 -0700
commit19b2383cc0e221262be0780180558cf5bbb3e37e (patch)
tree0a2a04e4cb8dfce5fcb20ee68e5d10bbba0e9402 /tensorflow/python/compat
parentfa8c1eabd06f3043be820bf476e8413818853f17 (diff)
compat: Update forward compatibility horizon to 2018-09-28
PiperOrigin-RevId: 214904795
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 88cad5d6d9..b74fce3a4c 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, 27)
+_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 9, 28)
@tf_export("compat.forward_compatible")