From f09580c8362385f934e7d8321353de06512d92be Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 28 Mar 2019 02:02:36 -0700 Subject: [PATCH] compat: Update forward compatibility horizon to 2019-03-28 PiperOrigin-RevId: 240733616 --- 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 c56e1ce73df..75fba39a924 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, 3, 27) +_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2019, 3, 28) @tf_export("compat.forward_compatible")