Skip to content

Commit e23f1b0

Browse files
committed
Automatic commit by iyzico-ci v1.0.32
1 parent 5143db3 commit e23f1b0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.31
1+
1.0.32

iyzipay/iyzipay_resource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def get_http_header(self, options=None, pki_string=None):
4242
header.update(
4343
{'Authorization': self.prepare_auth_string(options, random_header_value, pki_string)})
4444
header.update({'x-iyzi-rnd': random_header_value})
45-
header.update({'x-iyzi-client-version': 'iyzipay-python-1.0.31'})
45+
header.update({'x-iyzi-client-version': 'iyzipay-python-1.0.32'})
4646
return header
4747

4848
def get_plain_http_header(self, options):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
setup(
3030
name='iyzipay',
31-
version='1.0.31',
31+
version='1.0.32',
3232
use_scm_version=True,
3333
setup_requires=['setuptools_scm', 'future'],
3434
description='iyzipay api python client',

0 commit comments

Comments
 (0)