diff --git a/tensorflow/python/compat/compat.py b/tensorflow/python/compat/compat.py index 919b47129fa..49e12345db3 100644 --- a/tensorflow/python/compat/compat.py +++ b/tensorflow/python/compat/compat.py @@ -27,7 +27,7 @@ import datetime from tensorflow.python.util import tf_contextlib from tensorflow.python.util.tf_export import tf_export -_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2019, 1, 24) +_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2019, 1, 25) @tf_export("compat.forward_compatible")