aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/compat
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-09-29 02:02:02 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-29 02:07:18 -0700
commitd8db18b4201d9d82d1c93ed5453914ff16f1adf4 (patch)
tree1edc0f1d5961eed9588b89cb788e884da0ba2ed6 /tensorflow/python/compat
parentd78595d333c9b5c8a0705ba6852c08b107d6c462 (diff)
compat: Update forward compatibility horizon to 2018-09-29
PiperOrigin-RevId: 215048726
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 b74fce3a4c..24a795c787 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, 28)
+_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 9, 29)
@tf_export("compat.forward_compatible")