Skip to content

Commit 35ee071

Browse files
authored
Update Python Client to 2.9.1rc1 (#117)
* Update Python Client to 2.9.1rc1 * Update airflow_client/client/configuration.py
1 parent 7427d24 commit 35ee071

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
under the License.
1818
-->
1919

20-
# v2.9.3
20+
# v2.9.1
2121

2222
## Major changes:
2323

airflow_client/client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"""
1212

1313

14-
__version__ = ""2.9.3""
14+
__version__ = ""2.9.1""
1515

1616
# import ApiClient
1717
from airflow_client.client.api_client import ApiClient

airflow_client/client/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7777
self.default_headers[header_name] = header_value
7878
self.cookie = cookie
7979
# Set default User-Agent.
80-
self.user_agent = 'OpenAPI-Generator/"2.9.3"/python'
80+
self.user_agent = 'OpenAPI-Generator/"2.9.1"/python'
8181

8282
def __enter__(self):
8383
return self

airflow_client/client/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ def to_debug_report(self):
405405
"OS: {env}\n"\
406406
"Python Version: {pyversion}\n"\
407407
"Version of the API: 2.9.3\n"\
408-
"SDK Package Version: "2.9.3"".\
408+
"SDK Package Version: "2.9.1"".\
409409
format(env=sys.platform, pyversion=sys.version)
410410

411411
def get_host_settings(self):

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.9.3
1+
2.9.1

0 commit comments

Comments
 (0)