aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-10-08 02:03:43 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-08 02:07:19 -0700
commit393a13c1b1a7d51b0871a6d4b3d3413d8e1765bf (patch)
tree630f769eb1b173ba4dba6d3676ee57a4257235c2
parent367f7d651f19c5b111ea0292243eab81fb4058c7 (diff)
compat: Update forward compatibility horizon to 2018-10-08
PiperOrigin-RevId: 216151605
-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 ee56480b00..349c84e13c 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, 7)
+_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 10, 8)
@tf_export("compat.forward_compatible")