You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/07/10 08:47:38 UTC

[airflow] branch v2-1-stable updated: Update changelog with Python 3.9 support. (#16918)

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

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


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

commit d25854dd413aa68ea70fb1ade7fe01425f456192
Author: James Timmins <ja...@astronomer.io>
AuthorDate: Sat Jul 10 01:47:14 2021 -0700

    Update changelog with Python 3.9 support. (#16918)
    
    (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)