Skip to content

Commit

Permalink
Automatic commit by iyzico-ci v1.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
iyzico-ci committed Dec 6, 2016
1 parent 960d458 commit 918ada6
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.21
1.0.24
2 changes: 1 addition & 1 deletion iyzipay/iyzipay_resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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.21'})
header.update({'x-iyzi-client-version': 'iyzipay-python-1.0.24'})
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 @@ -13,7 +13,7 @@

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

0 comments on commit 918ada6

Please sign in to comment.