aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/compat
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-09-17 02:01:53 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-17 02:08:09 -0700
commit5ff7f982846bd3f8056c8252a0afeb07e5b3e982 (patch)
treef8905b69db7ce4dc9817e1022cfe4bc1de442804 /tensorflow/python/compat
parent0827dcb82b0bf3d8d543cef1d3a17d330f183848 (diff)
compat: Update forward compatibility horizon to 2018-09-17
PiperOrigin-RevId: 213234942
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 c246a98237..0d2f2c9b9e 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, 16)
+_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 9, 17)
@tf_export("compat.forward_compatible")