This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit f02ae31d125f6f247ad4e20f8e60560087739aa9 Author: Jed Cunningham <[email protected]> AuthorDate: Thu Jan 27 09:45:33 2022 -0700 Update `version_added` for `[email] from_email` (#21138) (cherry picked from commit 362f397d7a3351c718b798a146f2f955a17b7074) --- airflow/config_templates/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow/config_templates/config.yml b/airflow/config_templates/config.yml index a70854e..6941f03 100644 --- a/airflow/config_templates/config.yml +++ b/airflow/config_templates/config.yml @@ -1357,7 +1357,7 @@ description: | Email address that will be used as sender address. It can either be raw email or the complete address in a format ``Sender Name <[email protected]>`` - version_added: 2.3.0 + version_added: 2.2.4 type: string example: "Airflow <[email protected]>" default: ~
