This is an automated email from the ASF dual-hosted git repository.
utkarsharma pushed a commit to branch v2-9-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v2-9-test by this push:
new fa7cfbdbf5 Add changelog for airflow python client 2.9.3 (#40857)
fa7cfbdbf5 is described below
commit fa7cfbdbf5fa1a6b40823b1c2e94712655c10e78
Author: Utkarsh Sharma <[email protected]>
AuthorDate: Thu Jul 18 17:16:17 2024 +0530
Add changelog for airflow python client 2.9.3 (#40857)
(cherry picked from commit 695542678b69e10fc0f7500d2e48e22ddaa07233)
---
clients/python/CHANGELOG.md | 7 +++++++
clients/python/version.txt | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/clients/python/CHANGELOG.md b/clients/python/CHANGELOG.md
index 2bcd1a877b..b0a89a71de 100644
--- a/clients/python/CHANGELOG.md
+++ b/clients/python/CHANGELOG.md
@@ -17,6 +17,13 @@
under the License.
-->
+# v2.9.3
+
+## Major changes:
+
+ - Add max_consecutive_failed_dag_runs in API spec
([#39830](https://github.com/apache/airflow/pull/39830))
+
+
# v2.9.0
## Major changes:
diff --git a/clients/python/version.txt b/clients/python/version.txt
index c8e38b6140..4db4b0359e 100644
--- a/clients/python/version.txt
+++ b/clients/python/version.txt
@@ -1 +1 @@
-2.9.0
+2.9.3