Skip to content

Commit 6697000

Browse files
committed
Release Aspose.Cells.Cloud SDK 20.2
1 parent 6292ef2 commit 6697000

File tree

6 files changed

+267
-9
lines changed

6 files changed

+267
-9
lines changed

.pypirc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ index-servers=pypi
33

44
[pypi]
55
repository=https://upload.pypi.org/legacy/
6-
username=asposecells
7-
password= AsposeCloud123$$
6+
username=asposecloud
7+
password= Aspose123pp

asposecellscloud/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def __init__(self, host=None, header_name=None, header_value=None, cookie=None):
8383
self.host = host
8484
self.cookie = cookie
8585
# Set default User-Agent.
86-
self.user_agent = 'Swagger-Codegen/20.1/python'
86+
self.user_agent = 'Swagger-Codegen/20.2/python'
8787

8888
@property
8989
def user_agent(self):

0 commit comments

Comments
 (0)