This is an automated email from the ASF dual-hosted git repository.

jhtimmins pushed a commit to branch v2-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v2-1-test by this push:
     new 051d4a1  Update changelog with Python 3.9 support.
051d4a1 is described below

commit 051d4a176d640f25160a659eff41510e30db0379
Author: James Timmins <[email protected]>
AuthorDate: Fri Jul 9 16:06:26 2021 -0700

    Update changelog with Python 3.9 support.
    
    (cherry picked from commit d83e5f20ae1c041a104805f9fbe0643799c31996)
---
 CHANGELOG.txt | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index f61cc9d..0ff1f3f 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,4 +1,4 @@
-Airflow 2.1.2, 2021-07-10
+Airflow 2.1.2, 2021-07-13
 -------------------------
 
 Bug Fixes
@@ -10,6 +10,11 @@ Bug Fixes
 - Mask value if the key is ``token`` (#16474)
 - Fix impersonation issue with ``LocalTaskJob`` (#16852)
 
+Misc
+""""
+
+- Add Python 3.9 support (#15515)
+
 
 Airflow 2.1.1, 2021-07-02
 -------------------------
@@ -17,7 +22,6 @@ Airflow 2.1.1, 2021-07-02
 Bug Fixes
 """""""""
 
-
 - Don't crash attempting to mask secrets in dict with non-string keys (#16601)
 - Always install sphinx_airflow_theme from ``PyPI`` (#16594)
 - Remove limitation for elasticsearch library (#16553)

Reply via email to