Skip to content

Commit 37f89d1

Browse files
committed
Automatic commit by iyzico-ci v1.0.31
1 parent 6763450 commit 37f89d1

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.30
1+
1.0.31

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.30'})
45+
header.update({'x-iyzi-client-version': 'iyzipay-python-1.0.31'})
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.30',
31+
version='1.0.31',
3232
use_scm_version=True,
3333
setup_requires=['setuptools_scm', 'future'],
3434
description='iyzipay api python client',

0 commit comments

Comments
 (0)