From 1fb966eb22a83b19922d7629f81db9670561a7e4 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Wed, 17 Apr 2019 02:03:36 -0700 Subject: [PATCH] compat: Update forward compatibility horizon to 2019-04-17 PiperOrigin-RevId: 243958554 --- 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 57596c29425..294078c6001 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, 4, 16) +_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2019, 4, 17) @tf_export("compat.forward_compatible")