Skip to content

Commit

Permalink
Update Python Client to 2.9.1rc1 (#117)
Browse files Browse the repository at this point in the history
* Update Python Client to 2.9.1rc1

* Update airflow_client/client/configuration.py
  • Loading branch information
utkarsharma2 authored Jul 25, 2024
1 parent 7427d24 commit 35ee071
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
under the License.
-->

# v2.9.3
# v2.9.1

## Major changes:

Expand Down
2 changes: 1 addition & 1 deletion airflow_client/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"""


__version__ = ""2.9.3""
__version__ = ""2.9.1""

# import ApiClient
from airflow_client.client.api_client import ApiClient
Expand Down
2 changes: 1 addition & 1 deletion airflow_client/client/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'OpenAPI-Generator/"2.9.3"/python'
self.user_agent = 'OpenAPI-Generator/"2.9.1"/python'

def __enter__(self):
return self
Expand Down
2 changes: 1 addition & 1 deletion airflow_client/client/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 2.9.3\n"\
"SDK Package Version: "2.9.3"".\
"SDK Package Version: "2.9.1"".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.9.3
2.9.1

0 comments on commit 35ee071

Please sign in to comment.