aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/compat
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-09-04 02:03:00 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-04 02:07:10 -0700
commitd45cd10714906326ab1e27a82260a8dc56028671 (patch)
tree478f4a412cd65e3cffa24703e9a1372876091e09 /tensorflow/python/compat
parent05e99f0be997c69a1668fd74c7878189938f3c6b (diff)
compat: Update forward compatibility horizon to 2018-09-04
PiperOrigin-RevId: 211423600
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 50c91ae860..459f494b48 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, 3)
+_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 9, 4)
@tf_export("compat.forward_compatible")