Skip to content

Commit 9d046a6

Browse files
SDK regenerated by CI server [ci skip]
1 parent 8600e76 commit 9d046a6

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
@@ -356,12 +356,12 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
356356

357357
self.pool = None
358358
self.rest_client = rest.RESTClientObject(configuration)
359-
self.default_headers = {'x-aspose-client': 'python sdk', 'x-aspose-client-version': '25.3'}
359+
self.default_headers = {'x-aspose-client': 'python sdk', 'x-aspose-client-version': '25.4'}
360360
if header_name is not None:
361361
self.default_headers[header_name] = header_value
362362
self.cookie = cookie
363363
# Set default User-Agent.
364-
self.user_agent = 'python sdk 25.3'
364+
self.user_agent = 'python sdk 25.4'
365365

366366
def __del__(self):
367367
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: 25.3\n"\
266-
"SDK Package Version: 25.3".\
265+
"Version of the API: 25.4\n"\
266+
"SDK Package Version: 25.4".\
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: 25.3
8+
OpenAPI spec version: 25.4
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 = "25.3.0"
17+
VERSION = "25.4.0"
1818
# To install the library, run the following
1919
#
2020
# python setup.py install

0 commit comments

Comments
 (0)