Skip to content

Commit

Permalink
compat: Update forward compatibility horizon to 2018-10-07
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 216079665
  • Loading branch information
tensorflower-gardener committed Oct 7, 2018
1 parent 7fa6a6b commit 367f7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/python/compat/compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from tensorflow.python.util import tf_contextlib
from tensorflow.python.util.tf_export import tf_export

_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 10, 6)
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2018, 10, 7)


@tf_export("compat.forward_compatible")
Expand Down

0 comments on commit 367f7d6

Please sign in to comment.