From 53095962112fdaccd367e8d4db733732481a7e60 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Wed, 8 May 2019 02:02:16 -0700 Subject: [PATCH] compat: Update forward compatibility horizon to 2019-05-08 PiperOrigin-RevId: 247173787 --- tensorflow/python/compat/compat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/python/compat/compat.py b/tensorflow/python/compat/compat.py index 5b0721b61ea..0c1f2467b55 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, 5, 7) +_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2019, 5, 8) @tf_export("compat.forward_compatible")