Skip to content

Commit 2d4a834

Browse files
SDK regenerated by CI server [ci skip]
1 parent 8029e66 commit 2d4a834

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

351351
self.pool = None
352352
self.rest_client = rest.RESTClientObject(configuration)
353-
self.default_headers = {'x-aspose-client': 'python sdk', 'x-aspose-version': '23.8'}
353+
self.default_headers = {'x-aspose-client': 'python sdk', 'x-aspose-version': '23.9'}
354354
if header_name is not None:
355355
self.default_headers[header_name] = header_value
356356
self.cookie = cookie
357357
# Set default User-Agent.
358-
self.user_agent = 'python sdk 23.8'
358+
self.user_agent = 'python sdk 23.9'
359359

360360
def __del__(self):
361361
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: 23.8\n"\
266-
"SDK Package Version: 23.8".\
265+
"Version of the API: 23.9\n"\
266+
"SDK Package Version: 23.9".\
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: 23.8
8+
OpenAPI spec version: 23.9
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 = "23.8.0"
17+
VERSION = "23.9.0"
1818
# To install the library, run the following
1919
#
2020
# python setup.py install

0 commit comments

Comments
 (0)