Skip to content

Commit 87f4a44

Browse files
committed
Bump version to 1.2.0
1 parent 0dc76ba commit 87f4a44

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

66
- API version: 0.0.0
7-
- Package version: 1.1.0
7+
- Package version: 1.2.0
88
- Generator version: 7.11.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010

client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
""" # noqa: E501
1515

1616

17-
__version__ = "1.1.0"
17+
__version__ = "1.2.0"
1818

1919
# import apis into sdk package
2020
from client.api.public_api import PublicApi

client/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def __init__(
9090
self.default_headers[header_name] = header_value
9191
self.cookie = cookie
9292
# Set default User-Agent.
93-
self.user_agent = 'OpenAPI-Generator/1.1.0/python'
93+
self.user_agent = 'OpenAPI-Generator/1.2.0/python'
9494
self.client_side_validation = configuration.client_side_validation
9595

9696
def __enter__(self):

client/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ def to_debug_report(self) -> str:
524524
"OS: {env}\n"\
525525
"Python Version: {pyversion}\n"\
526526
"Version of the API: 0.0.0\n"\
527-
"SDK Package Version: 1.1.0".\
527+
"SDK Package Version: 1.2.0".\
528528
format(env=sys.platform, pyversion=sys.version)
529529

530530
def get_host_settings(self) -> List[HostSetting]:

0 commit comments

Comments
 (0)