Skip to content

Commit

Permalink
compat: Update forward compatibility horizon to 2019-05-28
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 250238147
  • Loading branch information
tensorflower-gardener committed May 28, 2019
1 parent f8c2bc8 commit 0ef176e
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 @@ -27,7 +27,7 @@
from tensorflow.python.util import tf_contextlib
from tensorflow.python.util.tf_export import tf_export

_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2019, 5, 27)
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2019, 5, 28)


@tf_export("compat.forward_compatible")
Expand Down

0 comments on commit 0ef176e

Please sign in to comment.