Skip to content

Commit edd7538

Browse files
committed
bump version since i fixed another EP
1 parent 9dd495b commit edd7538

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ fulfilling the request.
209209
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project based on [the specs](https://github.com/zachliu/airflow-openapi-specs):
210210

211211
- API version: 1.0.0
212-
- Package version: 0.3.12
212+
- Package version: 0.4.12
213213
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
214214
For more information, please visit [https://github.com/zachliu](https://github.com/zachliu)
215215

airflow_python_sdk/__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__ = "0.3.12"
14+
__version__ = "0.4.12"
1515

1616
# import ApiClient
1717
from airflow_python_sdk.api_client import ApiClient

airflow_python_sdk/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/0.3.12/python'
80+
self.user_agent = 'OpenAPI-Generator/0.4.12/python'
8181

8282
def __enter__(self):
8383
return self

airflow_python_sdk/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ def to_debug_report(self):
400400
"OS: {env}\n"\
401401
"Python Version: {pyversion}\n"\
402402
"Version of the API: 1.0.0\n"\
403-
"SDK Package Version: 0.3.12".\
403+
"SDK Package Version: 0.4.12".\
404404
format(env=sys.platform, pyversion=sys.version)
405405

406406
def get_host_settings(self):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from setuptools import setup, find_packages # noqa: H301
1313

1414
NAME = "airflow-python-sdk"
15-
VERSION = "0.3.12"
15+
VERSION = "0.4.12"
1616
# To install the library, run the following
1717
#
1818
# python setup.py install

0 commit comments

Comments
 (0)