There was an error while loading. Please reload this page.
1 parent 56dcc47 commit d0c8334Copy full SHA for d0c8334
tensorflow/python/compat/compat.py
@@ -29,7 +29,7 @@
29
# This value changes every day with an automatic CL. It can be modified in code
30
# via `forward_compatibility_horizon()` or with the environment variable
31
# TF_FORWARD_COMPATIBILITY_DELTA_DAYS, which is added to the compatibility date.
32
-_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2022, 2, 2)
+_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2022, 2, 3)
33
_FORWARD_COMPATIBILITY_DELTA_DAYS_VAR_NAME = "TF_FORWARD_COMPATIBILITY_DELTA_DAYS"
34
_FORWARD_COMPATIBILITY_DATE_NUMBER = None
35
0 commit comments