We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8658f09 commit beccb5bCopy full SHA for beccb5b
tensorflow/python/compat/compat.py
@@ -27,7 +27,7 @@
27
from tensorflow.python.util import tf_contextlib
28
from tensorflow.python.util.tf_export import tf_export
29
30
-_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2019, 2, 9)
+_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2019, 2, 10)
31
32
33
@tf_export("compat.forward_compatible")
0 commit comments