compat: Update forward compatibility horizon to 2018-11-18
PiperOrigin-RevId: 221964754
This commit is contained in:
parent
0c610a2be5
commit
1aaa68d93c
@ -26,7 +26,7 @@ import datetime
|
|||||||
from tensorflow.python.util import tf_contextlib
|
from tensorflow.python.util import tf_contextlib
|
||||||
from tensorflow.python.util.tf_export import tf_export
|
from tensorflow.python.util.tf_export import tf_export
|
||||||
|
|
||||||
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 11, 17)
|
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 11, 18)
|
||||||
|
|
||||||
|
|
||||||
@tf_export("compat.forward_compatible")
|
@tf_export("compat.forward_compatible")
|
||||||
|
Loading…
Reference in New Issue
Block a user