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

msumit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 3bdc4577c9 Update API & Python Client versions (#25562)
3bdc4577c9 is described below

commit 3bdc4577c97342f163070c331fd928f28f9e23a6
Author: Sumit Maheshwari <[email protected]>
AuthorDate: Sat Aug 6 15:39:47 2022 +0530

    Update API & Python Client versions (#25562)
---
 airflow/api_connexion/openapi/v1.yaml | 2 +-
 clients/gen/python.sh                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/airflow/api_connexion/openapi/v1.yaml 
b/airflow/api_connexion/openapi/v1.yaml
index 4b9f349a60..1e8d6dd73b 100644
--- a/airflow/api_connexion/openapi/v1.yaml
+++ b/airflow/api_connexion/openapi/v1.yaml
@@ -229,7 +229,7 @@ info:
     This means that the server encountered an unexpected condition that 
prevented it from
     fulfilling the request.
 
-  version: '1.0.0'
+  version: '2.3.0'
   license:
     name: Apache 2.0
     url: http://www.apache.org/licenses/LICENSE-2.0.html
diff --git a/clients/gen/python.sh b/clients/gen/python.sh
index 4a4b2d5d6b..04b95abfc6 100755
--- a/clients/gen/python.sh
+++ b/clients/gen/python.sh
@@ -26,7 +26,7 @@ readonly CLEANUP_DIRS
 # shellcheck source=./clients/gen/common.sh
 source "${CLIENTS_GEN_DIR}/common.sh"
 
-VERSION=2.2.0
+VERSION=2.3.0
 readonly VERSION
 
 python_config=(

Reply via email to