From 7bcbcc1392516a2b2d7a7abae2ccce7091c8dae3 Mon Sep 17 00:00:00 2001
From: "A. Unique TensorFlower" <gardener@tensorflow.org>
Date: Wed, 17 Oct 2018 02:02:20 -0700
Subject: [PATCH] compat: Update forward compatibility horizon to 2018-10-17

PiperOrigin-RevId: 217456158
---
 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 dac46aaa7de..f2967f6d71d 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, 16)
+_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 10, 17)
 
 
 @tf_export("compat.forward_compatible")