Skip to content

Commit 00b493c

Browse files
SDK regenerated by CI server [ci skip]
1 parent 8a5c981 commit 00b493c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

asposewordscloud/api_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,12 +348,12 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
348348

349349
self.pool = None
350350
self.rest_client = rest.RESTClientObject(configuration)
351-
self.default_headers = {'x-aspose-client': 'python sdk', 'x-aspose-client-version': '24.5'}
351+
self.default_headers = {'x-aspose-client': 'python sdk', 'x-aspose-client-version': '24.6'}
352352
if header_name is not None:
353353
self.default_headers[header_name] = header_value
354354
self.cookie = cookie
355355
# Set default User-Agent.
356-
self.user_agent = 'python sdk 24.5'
356+
self.user_agent = 'python sdk 24.6'
357357

358358
def __del__(self):
359359
if not self.pool is None:

asposewordscloud/configuration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,6 @@ def to_debug_report(self):
262262
return "Python SDK Debug Report:\n"\
263263
"OS: {env}\n"\
264264
"Python Version: {pyversion}\n"\
265-
"Version of the API: 24.5\n"\
266-
"SDK Package Version: 24.5".\
265+
"Version of the API: 24.6\n"\
266+
"SDK Package Version: 24.6".\
267267
format(env=sys.platform, pyversion=sys.version)

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
77
8-
OpenAPI spec version: 24.5
8+
OpenAPI spec version: 24.6
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""
@@ -14,7 +14,7 @@
1414
from setuptools import setup, find_packages # noqa: H301
1515

1616
NAME = "aspose-words-cloud"
17-
VERSION = "24.5.0"
17+
VERSION = "24.6.0"
1818
# To install the library, run the following
1919
#
2020
# python setup.py install

0 commit comments

Comments
 (0)