compat: Update forward compatibility horizon to 2018-12-20
PiperOrigin-RevId: 226296668
This commit is contained in:
parent
cc3786bacb
commit
a5e8aac5fb
@ -32,7 +32,7 @@ from tensorflow.python.ops import variable_scope
|
||||
from tensorflow.python.util import tf_contextlib
|
||||
from tensorflow.python.util.tf_export import tf_export
|
||||
|
||||
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 12, 19)
|
||||
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 12, 20)
|
||||
|
||||
|
||||
@tf_export("compat.forward_compatible")
|
||||
|
Loading…
Reference in New Issue
Block a user