aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/compat/compat.py
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-08-31 02:01:08 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-31 02:05:44 -0700
commit9357b2558adc13c479c8edb66c5002c5c6ec3664 (patch)
tree7aa59c107ab46f2985c50c0931b1e1cca1bf8640 /tensorflow/python/compat/compat.py
parent8155dfc0119587ed07dd05a641480a9636f91b04 (diff)
compat: Update forward compatibility horizon to 2018-08-31
PiperOrigin-RevId: 211053319
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 f855619d90..d31aeae4a3 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, 8, 30)
+_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 8, 31)
@tf_export("compat.forward_compatible")