Skip to content

Commit

Permalink
Change deprecation release to 0.12
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
  • Loading branch information
felixwang9817 committed Jul 23, 2021
1 parent 7bccac4 commit 7713a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/feast/feature_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def __init__(
warnings.warn(
(
"The argument 'input' is being deprecated. Please use 'batch_source' "
"instead. Feast 0.11.3 and onwards will not support the argument 'input'."
"instead. Feast 0.12 and onwards will not support the argument 'input'."
),
DeprecationWarning,
)
Expand Down

0 comments on commit 7713a9a

Please sign in to comment.