From 8f4469cbd2bd880c125618fd98e54d36343a8bc8 Mon Sep 17 00:00:00 2001 From: Timur Baiguskarov Date: Thu, 21 May 2026 16:25:31 +0500 Subject: [PATCH] Release v26.5.0 --- README.md | 2 +- aspose_barcode_cloud/api_client.py | 4 ++-- aspose_barcode_cloud/configuration.py | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6add14e..45a19f6 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![PyPI](https://img.shields.io/pypi/v/aspose-barcode-cloud)](https://pypi.org/project/aspose-barcode-cloud/) - API version: 4.0 -- Package version: 26.4.0 +- Package version: 26.5.0 ## SDK and API Version Compatibility: diff --git a/aspose_barcode_cloud/api_client.py b/aspose_barcode_cloud/api_client.py index e6bee8c..ec826e7 100644 --- a/aspose_barcode_cloud/api_client.py +++ b/aspose_barcode_cloud/api_client.py @@ -60,13 +60,13 @@ def __init__(self, configuration=None, header_name=None, header_value=None, cook self.rest_client = RESTClientObject(configuration) self.default_headers = { "x-aspose-client": "python sdk", - "x-aspose-client-version": "26.4.0", + "x-aspose-client-version": "26.5.0", } if header_name is not None: self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = "Aspose-Barcode-SDK/26.4.0/python" + self.user_agent = "Aspose-Barcode-SDK/26.5.0/python" def __del__(self): self.rest_client.close() diff --git a/aspose_barcode_cloud/configuration.py b/aspose_barcode_cloud/configuration.py index 5f5b08d..8527c1f 100644 --- a/aspose_barcode_cloud/configuration.py +++ b/aspose_barcode_cloud/configuration.py @@ -258,7 +258,7 @@ def to_debug_report(self): "OS: {env}\n" "Python Version: {pyversion}\n" "Version of the API: 4.0\n" - "SDK Package Version: 26.4.0".format(env=sys.platform, pyversion=sys.version) + "SDK Package Version: 26.5.0".format(env=sys.platform, pyversion=sys.version) ) @staticmethod diff --git a/setup.py b/setup.py index d92c83c..831078f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup, find_packages NAME = "aspose-barcode-cloud" -VERSION = "26.4.0" +VERSION = "26.5.0" # To install the library, run the following # # python setup.py install