Skip to content

Commit 0f5808c

Browse files
authored
Merge pull request #52 from aspose-pdf-cloud/develop
update to 23.1
2 parents af918cc + e561e59 commit 0f5808c

File tree

292 files changed

+344
-295
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

292 files changed

+344
-295
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Aspose.PDF Cloud
3+
Copyright (c) 2023 Aspose.PDF Cloud
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 1 deletion

asposepdfcloud/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Aspose.PDF Cloud API Reference
55
66
7-
Copyright (c) 2022 Aspose.PDF Cloud
7+
Copyright (c) 2023 Aspose.PDF Cloud
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal
1010
in the Software without restriction, including without limitation the rights

asposepdfcloud/api_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Aspose.PDF Cloud API Reference
44
55
6-
Copyright (c) 2022 Aspose.PDF Cloud
6+
Copyright (c) 2023 Aspose.PDF Cloud
77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal
99
in the Software without restriction, including without limitation the rights
@@ -83,7 +83,7 @@ def __init__(self, app_key, app_sid, host=None):
8383
self.rest_client = RESTClientObject()
8484
self.default_headers = {}
8585
self.default_headers['x-aspose-client'] = 'python sdk'
86-
self.default_headers['x-aspose-client-version'] = '22.12.0'
86+
self.default_headers['x-aspose-client-version'] = '23.1.0'
8787

8888
self.app_key = app_key
8989
self.app_sid = app_sid

asposepdfcloud/apis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Aspose.PDF Cloud API Reference
55
66
7-
Copyright (c) 2022 Aspose.PDF Cloud
7+
Copyright (c) 2023 Aspose.PDF Cloud
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal
1010
in the Software without restriction, including without limitation the rights

asposepdfcloud/apis/pdf_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Aspose.PDF Cloud API Reference
55

66

7-
Copyright (c) 2022 Aspose.PDF Cloud
7+
Copyright (c) 2023 Aspose.PDF Cloud
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal
1010
in the Software without restriction, including without limitation the rights

asposepdfcloud/configuration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Aspose.PDF Cloud API Reference
55
66
7-
Copyright (c) 2022 Aspose.PDF Cloud
7+
Copyright (c) 2023 Aspose.PDF Cloud
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal
1010
in the Software without restriction, including without limitation the rights
@@ -199,5 +199,5 @@ def to_debug_report(self):
199199
"OS: {env}\n"\
200200
"Python Version: {pyversion}\n"\
201201
"Version of the API: 3.0\n"\
202-
"SDK Package Version: 22.12.0".\
202+
"SDK Package Version: 23.1.0".\
203203
format(env=sys.platform, pyversion=sys.version)

asposepdfcloud/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Aspose.PDF Cloud API Reference
55
66
7-
Copyright (c) 2022 Aspose.PDF Cloud
7+
Copyright (c) 2023 Aspose.PDF Cloud
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal
1010
in the Software without restriction, including without limitation the rights

asposepdfcloud/models/annotation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Aspose.PDF Cloud API Reference
55
66
7-
Copyright (c) 2022 Aspose.PDF Cloud
7+
Copyright (c) 2023 Aspose.PDF Cloud
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal
1010
in the Software without restriction, including without limitation the rights

asposepdfcloud/models/annotation_flags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Aspose.PDF Cloud API Reference
55
66
7-
Copyright (c) 2022 Aspose.PDF Cloud
7+
Copyright (c) 2023 Aspose.PDF Cloud
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal
1010
in the Software without restriction, including without limitation the rights

0 commit comments

Comments
 (0)