Skip to content

Commit 9cfef9a

Browse files
author
gate
committed
update to v7.1.27
1 parent 65b81b2 commit 9cfef9a

6 files changed

Lines changed: 21 additions & 21 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Upload Python Package
66
on:
77
push:
88
tags:
9-
- '*'
9+
- '*'
1010

1111
jobs:
1212
pypi-publish:
@@ -15,16 +15,16 @@ jobs:
1515
# IMPORTANT: this permission is mandatory for Trusted Publishing
1616
id-token: write
1717
steps:
18-
- uses: actions/checkout@v2
19-
- name: Set up Python
20-
uses: actions/setup-python@v2
21-
with:
22-
python-version: '3.x'
23-
- name: Install dependencies
24-
run: |
25-
python -m pip install --upgrade pip
26-
pip install setuptools wheel twine
27-
- name: Build and publish
28-
run: python setup.py sdist bdist_wheel
29-
- name: Publish package
30-
uses: pypa/gh-action-pypi-publish@release/v1
18+
- uses: actions/checkout@v2
19+
- name: Set up Python
20+
uses: actions/setup-python@v2
21+
with:
22+
python-version: '3.x'
23+
- name: Install dependencies
24+
run: |
25+
python -m pip install --upgrade pip
26+
pip install setuptools wheel twine
27+
- name: Build and publish
28+
run: python setup.py sdist bdist_wheel
29+
- name: Publish package
30+
uses: pypa/gh-action-pypi-publish@release/v1

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.26
8-
- Package version: 7.1.26
7+
- API version: v4.105.27
8+
- Package version: 7.1.27
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.26"
17+
__version__ = "7.1.27"
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.26/python'
86+
self.user_agent = 'OpenAPI-Generator/7.1.27/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.26\n"\
317-
"SDK Package Version: 7.1.26".\
316+
"Version of the API: v4.105.27\n"\
317+
"SDK Package Version: 7.1.27".\
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.26"
16+
VERSION = "7.1.27"
1717
# To install the library, run the following
1818
#
1919
# python setup.py install

0 commit comments

Comments
 (0)