compat: Update forward compatibility horizon to 2018-10-12
PiperOrigin-RevId: 216829748
This commit is contained in:
parent
690d9e3f46
commit
9e0fa95786
@ -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, 11)
|
||||
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 10, 12)
|
||||
|
||||
|
||||
@tf_export("compat.forward_compatible")
|
||||
|
Loading…
Reference in New Issue
Block a user