compat: Update forward compatibility horizon to 2018-08-06
PiperOrigin-RevId: 207509544
This commit is contained in:
parent
91f75c8ca7
commit
e70f94ee08
@ -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, 8, 5)
|
||||
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 8, 6)
|
||||
|
||||
|
||||
@tf_export("compat.forward_compatible")
|
||||
|
Loading…
Reference in New Issue
Block a user