From f5aed4f8f10fdd3c3910bdb544c882a0dc96ba14 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" <gardener@tensorflow.org> Date: Tue, 11 Dec 2018 01:02:44 -0800 Subject: [PATCH] compat: Update forward compatibility horizon to 2018-12-11 PiperOrigin-RevId: 224956744 --- 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 f11e97b2112..679dcf9696a 100644 --- a/tensorflow/python/compat/compat.py +++ b/tensorflow/python/compat/compat.py @@ -32,7 +32,7 @@ from tensorflow.python.ops import variable_scope from tensorflow.python.util import tf_contextlib from tensorflow.python.util.tf_export import tf_export -_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 12, 10) +_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 12, 11) @tf_export("compat.forward_compatible")