From a6e40760cb72a28ce5c3b651c75e97783834f176 Mon Sep 17 00:00:00 2001 From: Ivan Kamkin <234-Ivan.Kamkin@users.noreply.git.saltov.dynabic.com> Date: Wed, 26 Nov 2025 14:40:42 +0500 Subject: [PATCH] Version updated --- README.md | 2 +- aspose_barcode_cloud/api_client.py | 4 ++-- aspose_barcode_cloud/configuration.py | 2 +- docs/DecodeBarcodeType.md | 2 +- setup.py | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4baf441..5eacb5d 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: 25.10.0 +- Package version: 25.11.0 ## SDK and API Version Compatibility: diff --git a/aspose_barcode_cloud/api_client.py b/aspose_barcode_cloud/api_client.py index c365215..3dbd5d6 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": "25.10.0", + "x-aspose-client-version": "25.11.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/25.10.0/python" + self.user_agent = "Aspose-Barcode-SDK/25.11.0/python" def __del__(self): self.rest_client.close() diff --git a/aspose_barcode_cloud/configuration.py b/aspose_barcode_cloud/configuration.py index 4b6aa46..c1a0d42 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: 25.10.0".format(env=sys.platform, pyversion=sys.version) + "SDK Package Version: 25.11.0".format(env=sys.platform, pyversion=sys.version) ) @staticmethod diff --git a/docs/DecodeBarcodeType.md b/docs/DecodeBarcodeType.md index c5d751e..6272ca7 100644 --- a/docs/DecodeBarcodeType.md +++ b/docs/DecodeBarcodeType.md @@ -1,6 +1,6 @@ # DecodeBarcodeType -See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType +See Aspose.BarCode.BarCodeRecognition.DecodeType ## Allowable values * **DecodeBarcodeType.MOSTCOMMONLYUSED** diff --git a/setup.py b/setup.py index 4320ce4..9181463 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup, find_packages NAME = "aspose-barcode-cloud" -VERSION = "25.10.0" +VERSION = "25.11.0" # To install the library, run the following # # python setup.py install