aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Unique TensorFlower <gardener@tensorflow.org>2019-08-10 02:02:25 -0700
committerTensorFlower Gardener <gardener@tensorflow.org>2019-08-10 02:08:58 -0700
commitd37d29b9ba31a138ba0fd54a428a70a16026b6e7 (patch)
tree3a6b26416a943ce13e474b2b8777693d0a1da590
parentb3016c40a3a1b82f524fb0012a8c34d7eb79e4fb (diff)
downloadtensorflow-d37d29b9ba31a138ba0fd54a428a70a16026b6e7.tar.gz
compat: Update forward compatibility horizon to 2019-08-10
PiperOrigin-RevId: 262704920
-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 9ec86c77531..759606bacfa 100644
--- a/tensorflow/python/compat/compat.py
+++ b/tensorflow/python/compat/compat.py
@@ -31,7 +31,7 @@ from tensorflow.python.util.tf_export import tf_export
# This value changes every day with an automatic CL. It can be modified in code
# via `forward_compatibility_horizon()` or with the environment variable
# TF_FORWARD_COMPATIBILITY_DELTA_DAYS, which is added to the compatibility date.
-_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2019, 8, 9)
+_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2019, 8, 10)
_FORWARD_COMPATIBILITY_HORIZON_OVERRIDDEN = False
_FORWARD_COMPATIBILITY_DELTA_DAYS_VAR_NAME = "TF_FORWARD_COMPATIBILITY_DELTA_DAYS"