aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-10-10 02:01:57 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-10 02:06:30 -0700
commit7575e0949703a4dd0ec19e51e568e9abba037728 (patch)
tree33f2b150e352ef69fa46d12d404658f1e62387d7
parent1409ea9dbd8275dcbd394451d2cb878e0e873d45 (diff)
compat: Update forward compatibility horizon to 2018-10-10
PiperOrigin-RevId: 216495091
-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 0e14c0e044..b7a1fce586 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, 9)
+_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 10, 10)
@tf_export("compat.forward_compatible")