Skip to content

Commit

Permalink
Update version in API spec (#31086)
Browse files Browse the repository at this point in the history
* Update version in API spec

Look like we miss to update the version in API spec in PR #30966
so it showing 2.5.3 in https://airflow.apache.org/docs/apache-airflow/stable/stable-rest-api-ref.html.
maybe we should consider adding a target in breeze to update the version in all required files?
]
  • Loading branch information
pankajastro committed May 8, 2023
1 parent 2af2ddc commit f36587b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/api_connexion/openapi/v1.yaml
Expand Up @@ -231,7 +231,7 @@ info:
This means that the server encountered an unexpected condition that prevented it from
fulfilling the request.
version: '2.5.3'
version: '2.7.0.dev0'
license:
name: Apache 2.0
url: http://www.apache.org/licenses/LICENSE-2.0.html
Expand Down

0 comments on commit f36587b

Please sign in to comment.