aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-10-05 02:01:34 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-05 02:05:53 -0700
commit123de2797a4348c963b597096762085bfa09eab1 (patch)
treeb389077e9fd220055f37ce795f8b49f4acf47495 /tensorflow/python
parent3b94d75a9e10ef8ef33760d0ef6aad326e1353ba (diff)
compat: Update forward compatibility horizon to 2018-10-05
PiperOrigin-RevId: 215874612
Diffstat (limited to 'tensorflow/python')
-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 76e08610ba..8f4e8e0b98 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, 10, 4)
+_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 10, 5)
@tf_export("compat.forward_compatible")