From e2d9cd3fa7612a712a7adeb750a1f2c9bd05ae17 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 9 Aug 2018 02:37:19 -0700 Subject: [PATCH] compat: Update forward compatibility horizon to 2018-08-09 PiperOrigin-RevId: 208018779 --- 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 4921f8b8b25..589ef12f097 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, 8, 8) +_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 8, 9) @tf_export("compat.forward_compatible")