Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion airflow_client/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
""" # noqa: E501


__version__ = ""3.0.0""
__version__ = "3.0.0"

# import apis into sdk package
from airflow_client.client.api.asset_api import AssetApi
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 @@ -90,7 +90,7 @@ def __init__(
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'OpenAPI-Generator/"3.0.0"/python'
self.user_agent = 'OpenAPI-Generator/3.0.0/python'
self.client_side_validation = configuration.client_side_validation

def __enter__(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 @@ -510,7 +510,7 @@ def to_debug_report(self) -> str:
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 2\n"\
"SDK Package Version: "3.0.0"".\
"SDK Package Version: 3.0.0".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self) -> List[HostSetting]:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ artifacts = [
"/airflow_client",
"/docs",
"/test",
"v1.yaml",
"v2.yaml",
]
include = [
"version.txt",
Expand All @@ -97,7 +97,7 @@ artifacts = [
"/airflow_client",
"/docs",
"/test",
"v1.yaml",
"v2.yaml",
]
include = [
"/airflow_client",
Expand Down