aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/compat/compat.py
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-09-05 02:02:41 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-05 02:07:15 -0700
commitf15e8613aa42f7f2b1439c652a465438553df219 (patch)
tree30e55e533ed6889c3b13018eee9f15ef7d9d3945 /tensorflow/python/compat/compat.py
parentbd8df09cbd43c7244b4b66c62531eae557c1c468 (diff)
compat: Update forward compatibility horizon to 2018-09-05
PiperOrigin-RevId: 211598349
Diffstat (limited to 'tensorflow/python/compat/compat.py')
-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 459f494b48..586f4c6936 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, 4)
+_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 9, 5)
@tf_export("compat.forward_compatible")