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 9f7d292769fd21c06ab0f222d7c75085d8aab288
Author: Jed Cunningham <66968678+jedcunning...@users.noreply.github.com>
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 <sen...@email.com>``
-      version_added: 2.3.0
+      version_added: 2.2.4
       type: string
       example: "Airflow <airf...@example.com>"
       default: ~

Reply via email to