compat: Update forward compatibility horizon to 2018-09-26
PiperOrigin-RevId: 214574383
This commit is contained in:
parent
ffa90fc521
commit
2770a03f79
@ -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, 9, 25)
|
||||
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 9, 26)
|
||||
|
||||
|
||||
@tf_export("compat.forward_compatible")
|
||||
|
Loading…
Reference in New Issue
Block a user