compat: Update forward compatibility horizon to 2019-05-08
PiperOrigin-RevId: 247173787
This commit is contained in:
parent
dba28930c2
commit
5309596211
@ -27,7 +27,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(2019, 5, 7)
|
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2019, 5, 8)
|
||||||
|
|
||||||
|
|
||||||
@tf_export("compat.forward_compatible")
|
@tf_export("compat.forward_compatible")
|
||||||
|
Loading…
Reference in New Issue
Block a user