From 355cc566efd2d86fe71fa9d755ceabe546d577a7 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Sun, 17 Feb 2019 01:03:09 -0800 Subject: [PATCH] compat: Update forward compatibility horizon to 2019-02-17 PiperOrigin-RevId: 234351244 --- 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 5df65ae9258..7990c6bc96d 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, 2, 16) +_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2019, 2, 17) @tf_export("compat.forward_compatible")