Skip to content

Commit beccb5b

Browse files
compat: Update forward compatibility horizon to 2019-02-10
PiperOrigin-RevId: 233265475
1 parent 8658f09 commit beccb5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/python/compat/compat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from tensorflow.python.util import tf_contextlib
2828
from tensorflow.python.util.tf_export import tf_export
2929

30-
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2019, 2, 9)
30+
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2019, 2, 10)
3131

3232

3333
@tf_export("compat.forward_compatible")

0 commit comments

Comments
 (0)