From 123de2797a4348c963b597096762085bfa09eab1 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Fri, 5 Oct 2018 02:01:34 -0700 Subject: [PATCH] compat: Update forward compatibility horizon to 2018-10-05 PiperOrigin-RevId: 215874612 --- 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 76e08610bac..8f4e8e0b98a 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, 10, 4) +_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 10, 5) @tf_export("compat.forward_compatible")