From 037bdb209d01e65bb009219134036959f936d998 Mon Sep 17 00:00:00 2001 From: Ash Berlin-Taylor Date: Tue, 25 Jun 2019 11:03:40 +0100 Subject: [PATCH] [AIRFLOW-XXX] Version 1.10.4b1 --- CHANGELOG.txt | 2 +- airflow/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 0956d86c3c090..194406cd0f866 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -35,7 +35,7 @@ New Feature Improvement """"""""""" - +- [AIRFLOW-4298] Stop Scheduler repeatedly warning "connection invalidated" (#5470) - [AIRFLOW-4120] Modify SchedulerJob.manage_slas to respect zero timedelta SLAs (#4939) - [AIRFLOW-3823] Exclude branch's downstream tasks from the tasks to skip (#4666) - [AIRFLOW-3274] Add run_as_user and fs_group options for Kubernetes (#4648) diff --git a/airflow/version.py b/airflow/version.py index b7367c22a47e5..9bcfafd47142b 100644 --- a/airflow/version.py +++ b/airflow/version.py @@ -18,4 +18,4 @@ # under the License. # -version = '1.10.3' +version = '1.10.4b1'