From 33ce532dae6d5e27946c36f9f2bf399606755af5 Mon Sep 17 00:00:00 2001 From: Oleg Subachev Date: Wed, 25 May 2022 00:02:28 -0500 Subject: [PATCH] update to 22.5 --- README.md | 2 +- asposepdfcloud/api_client.py | 2 +- asposepdfcloud/configuration.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fb8ac1a..4f2bd3d 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ XLS, XLSX, PPTX, DOC, DOCX, MobiXML, JPEG, EMF, PNG, BMP, GIF, TIFF, Text ## Read PDF Formats MHT, PCL, PS, XSLFO, MD -## Enhancements in Version 22.4 +## Enhancements in Version 22.5 - A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET. ## Requirements. diff --git a/asposepdfcloud/api_client.py b/asposepdfcloud/api_client.py index cdf7c57..e9b54fe 100644 --- a/asposepdfcloud/api_client.py +++ b/asposepdfcloud/api_client.py @@ -83,7 +83,7 @@ def __init__(self, app_key, app_sid, host=None): self.rest_client = RESTClientObject() self.default_headers = {} self.default_headers['x-aspose-client'] = 'python sdk' - self.default_headers['x-aspose-client-version'] = '22.4.0' + self.default_headers['x-aspose-client-version'] = '22.5.0' self.app_key = app_key self.app_sid = app_sid diff --git a/asposepdfcloud/configuration.py b/asposepdfcloud/configuration.py index 4016829..aa78c1f 100644 --- a/asposepdfcloud/configuration.py +++ b/asposepdfcloud/configuration.py @@ -199,5 +199,5 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 3.0\n"\ - "SDK Package Version: 22.4.0".\ + "SDK Package Version: 22.5.0".\ format(env=sys.platform, pyversion=sys.version) diff --git a/setup.py b/setup.py index 39ea245..f10b992 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ from setuptools import setup, find_packages NAME = "asposepdfcloud" -VERSION = "22.4.0" +VERSION = "22.5.0" # To install the library, run the following # # python setup.py install