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