Skip to content

Commit

Permalink
compat: Update forward compatibility horizon to 2019-02-13
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 233705841
  • Loading branch information
tensorflower-gardener committed Feb 13, 2019
1 parent 6f74255 commit 8a3407d
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, 2, 12)
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2019, 2, 13)


@tf_export("compat.forward_compatible")
Expand Down

0 comments on commit 8a3407d

Please sign in to comment.