Skip to content

Commit 8f8096d

Browse files
author
gateio
committed
update to v7.1.8
1 parent 81d6944 commit 8f8096d

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ APIv4 provides operations related to spot, margin, and contract trading, includi
44

55
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
66

7-
- API version: v4.105.7
8-
- Package version: 7.1.7
7+
- API version: v4.105.8
8+
- Package version: 7.1.8
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010
For more information, please visit [https://www.gate.com/page/contacts](https://www.gate.com/page/contacts)
1111

gate_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from __future__ import absolute_import
1616

17-
__version__ = "7.1.7"
17+
__version__ = "7.1.8"
1818

1919
# import apis into sdk package
2020
from gate_api.api.earn_uni_api import EarnUniApi

gate_api/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
8383
self.default_headers[header_name] = header_value
8484
self.cookie = cookie
8585
# Set default User-Agent.
86-
self.user_agent = 'OpenAPI-Generator/7.1.7/python'
86+
self.user_agent = 'OpenAPI-Generator/7.1.8/python'
8787
self.client_side_validation = configuration.client_side_validation
8888

8989
def __enter__(self):

gate_api/configuration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@ def to_debug_report(self):
313313
return "Python SDK Debug Report:\n"\
314314
"OS: {env}\n"\
315315
"Python Version: {pyversion}\n"\
316-
"Version of the API: v4.105.7\n"\
317-
"SDK Package Version: 7.1.7".\
316+
"Version of the API: v4.105.8\n"\
317+
"SDK Package Version: 7.1.8".\
318318
format(env=sys.platform, pyversion=sys.version)
319319

320320
def get_host_settings(self):

setup.py

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

1515
NAME = "gate-api"
16-
VERSION = "7.1.7"
16+
VERSION = "7.1.8"
1717
# To install the library, run the following
1818
#
1919
# python setup.py install

0 commit comments

Comments
 (0)