Skip to content

Commit

Permalink
Automatic commit by iyzico-ci v1.0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
iyzico-ci committed Jan 4, 2018
1 parent 6763450 commit 37f89d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.30
1.0.31
2 changes: 1 addition & 1 deletion iyzipay/iyzipay_resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def get_http_header(self, options=None, pki_string=None):
header.update(
{'Authorization': self.prepare_auth_string(options, random_header_value, pki_string)})
header.update({'x-iyzi-rnd': random_header_value})
header.update({'x-iyzi-client-version': 'iyzipay-python-1.0.30'})
header.update({'x-iyzi-client-version': 'iyzipay-python-1.0.31'})
return header

def get_plain_http_header(self, options):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setup(
name='iyzipay',
version='1.0.30',
version='1.0.31',
use_scm_version=True,
setup_requires=['setuptools_scm', 'future'],
description='iyzipay api python client',
Expand Down

0 comments on commit 37f89d1

Please sign in to comment.