You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/12/07 13:23:01 UTC

[airflow] 02/02: Update changelog for 1.10.14rc4

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

kaxilnaik pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 1b09698645a70b64daa9107c2b4b5ba5dd0fffa1
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Mon Dec 7 13:21:27 2020 +0000

    Update changelog for 1.10.14rc4
---
 CHANGELOG.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index cc0a7c8..51a7a43 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,4 +1,4 @@
-Airflow 1.10.14, 2020-12-09
+Airflow 1.10.14, 2020-12-10
 ----------------------------
 
 Bug Fixes
@@ -13,6 +13,7 @@ Bug Fixes
 - [AIRFLOW-2886] Generate random Flask SECRET_KEY in default config (#3738)
 - Add missing comma in setup.py (#12790)
 - Bugfix: Unable to import Airflow plugins on Python 3.8 (#12859)
+- Fix setup.py missing comma in ``setup_requires`` (#12880)
 
 Improvements
 """"""""""""