compat: Update forward compatibility horizon to 2019-01-03
PiperOrigin-RevId: 227646086
This commit is contained in:
parent
df0bd2904e
commit
37326d1497
@ -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, 1, 2)
|
||||
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2019, 1, 3)
|
||||
|
||||
|
||||
@tf_export("compat.forward_compatible")
|
||||
|
Loading…
Reference in New Issue
Block a user