compat: Update forward compatibility horizon to 2019-03-17
PiperOrigin-RevId: 238855631
This commit is contained in:
parent
1a22ddc4e5
commit
e3ea52501e
@ -27,7 +27,7 @@ import datetime
|
||||
from tensorflow.python.util import tf_contextlib
|
||||
from tensorflow.python.util.tf_export import tf_export
|
||||
|
||||
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2019, 3, 16)
|
||||
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2019, 3, 17)
|
||||
|
||||
|
||||
@tf_export("compat.forward_compatible")
|
||||
|
Loading…
Reference in New Issue
Block a user