Skip to content

Commit 80cc2d5

Browse files
authored
Release 21.6 (#22)
1 parent 524b9fd commit 80cc2d5

5 files changed

Lines changed: 122 additions & 8 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![PyPI](https://img.shields.io/pypi/v/aspose-barcode-cloud)](https://pypi.org/project/aspose-barcode-cloud/)
66

77
- API version: 3.0
8-
- Package version: 21.3.0
8+
- Package version: 21.6.0
99

1010
## Demo applications
1111

aspose_barcode_cloud/api_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ def __init__(self, configuration=None, header_name=None, header_value=None, cook
8282
# Use the pool property to lazily initialize the ThreadPool.
8383
self._pool = None
8484
self.rest_client = rest.RESTClientObject(configuration)
85-
self.default_headers = {"x-aspose-client": "python sdk", "x-aspose-client-version": "21.3.0"}
85+
self.default_headers = {"x-aspose-client": "python sdk", "x-aspose-client-version": "21.6.0"}
8686
if header_name is not None:
8787
self.default_headers[header_name] = header_value
8888
self.cookie = cookie
8989
# Set default User-Agent.
90-
self.user_agent = "Aspose-Barcode-SDK/21.3.0/python"
90+
self.user_agent = "Aspose-Barcode-SDK/21.6.0/python"
9191

9292
def __del__(self):
9393
if self._pool is not None:

aspose_barcode_cloud/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def to_debug_report(self):
285285
"OS: {env}\n"
286286
"Python Version: {pyversion}\n"
287287
"Version of the API: 3.0\n"
288-
"SDK Package Version: 21.3.0".format(env=sys.platform, pyversion=sys.version)
288+
"SDK Package Version: 21.6.0".format(env=sys.platform, pyversion=sys.version)
289289
)
290290

291291
@staticmethod

setup.py

Lines changed: 116 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from setuptools import setup, find_packages
3030

3131
NAME = "aspose-barcode-cloud"
32-
VERSION = "21.3.0"
32+
VERSION = "21.6.0"
3333
# To install the library, run the following
3434
#
3535
# python setup.py install
@@ -64,7 +64,121 @@
6464
"Programming Language :: Python :: 2",
6565
"Programming Language :: Python :: 3",
6666
],
67-
keywords=["Aspose", "Barcode", "Cloud"],
67+
keywords=[
68+
"JPEG",
69+
"TIFF",
70+
"PNG",
71+
"BMP",
72+
"GIF",
73+
"EXIF",
74+
"EMF",
75+
"SVG",
76+
"Aspose.BarCode",
77+
"Aspose.BarCode-Cloud",
78+
"Aspose.Total-Cloud",
79+
"Cloud",
80+
"REST",
81+
"API",
82+
"Barcode",
83+
"Generate-Barcode",
84+
"Barcode-Generation",
85+
"Barcode-Formatting",
86+
"Format-Barcode",
87+
"Barcode-Recognition",
88+
"Recognize-Barcode",
89+
"Symbology",
90+
"Codetext",
91+
"CodablockF",
92+
"Checksum",
93+
"Optimize-Barcode",
94+
"Barcode-Optimization",
95+
"cURL",
96+
".NET",
97+
"C#",
98+
"dotnet",
99+
"CSharp",
100+
"Java",
101+
"PHP",
102+
"Python",
103+
"Node.js",
104+
"Golang",
105+
"1D-Barcode",
106+
"2D-Barcode",
107+
"Postal-Barcode",
108+
"Barcode-Scan",
109+
"Scan-Barcode",
110+
"barcode",
111+
"generation",
112+
"recognition",
113+
"Alpha-Numeric",
114+
"AI-8102-Coupon",
115+
"AustralianPosteParcel",
116+
"AustraliaPost",
117+
"Aztec",
118+
"Codabar",
119+
"Code11",
120+
"Code128",
121+
"Code16K",
122+
"Code32",
123+
"Code39Extended",
124+
"Code39Standard",
125+
"Code93Extended",
126+
"Code93Standard",
127+
"DatabarExpanded",
128+
"DatabarExpandedStacked",
129+
"DatabarLimited",
130+
"DatabarOmniDirectional",
131+
"DatabarStacked",
132+
"DatabarStackedOmniDirectional",
133+
"DatabarTruncated",
134+
"DataLogic2of5",
135+
"DataMatrix",
136+
"DeutschePostIdentcode",
137+
"DeutschePostLeitcode",
138+
"DotCode",
139+
"DutchKIX",
140+
"EAN13",
141+
"EAN14",
142+
"EAN8",
143+
"GS1CodablockF",
144+
"GS1Code128",
145+
"GS1DataMatrix",
146+
"GS1QR",
147+
"IATA2of5",
148+
"Interleaved2of5",
149+
"ISBN",
150+
"ISMN",
151+
"ISSN",
152+
"ItalianPost25",
153+
"ITF14",
154+
"ITF6",
155+
"MacroPdf417",
156+
"Matrix2of5",
157+
"MaxiCode",
158+
"MicroPdf417",
159+
"MICR",
160+
"MSI",
161+
"OneCode",
162+
"OPC",
163+
"PatchCode",
164+
"Pdf417",
165+
"Pharmacode",
166+
"Planet",
167+
"Postnet",
168+
"PZN",
169+
"QR",
170+
"RM4SCC",
171+
"SCC14",
172+
"SingaporePost",
173+
"SSCC18",
174+
"Standard2of5",
175+
"SwissPostParcel",
176+
"UPCA",
177+
"UpcaGs1Code128Coupon",
178+
"UpcaGs1DatabarCoupon",
179+
"UPCE",
180+
"VIN"
181+
],
68182
install_requires=REQUIRES,
69183
packages=find_packages(exclude=["tests"]),
70184
long_description=long_description,

tests/test_headers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ def test_default_headers(self):
2424

2525
self.assertEqual(1, self.rest_client_mock.GET.call_count)
2626
headers = self.rest_client_mock.GET.call_args[1]["headers"]
27-
self.assertEqual("Aspose-Barcode-SDK/21.3.0/python", headers["User-Agent"])
27+
self.assertEqual("Aspose-Barcode-SDK/21.6.0/python", headers["User-Agent"])
2828
self.assertEqual("python sdk", headers["x-aspose-client"])
29-
self.assertEqual("21.3.0", headers["x-aspose-client-version"])
29+
self.assertEqual("21.6.0", headers["x-aspose-client-version"])
3030

3131
def test_header_override(self):
3232
api_client = ApiClient(self.local_config, header_name="x-aspose-client", header_value="some custom sdk")

0 commit comments

Comments
 (0)