From 918ada6b8e276766879beb4982275a3098437610 Mon Sep 17 00:00:00 2001 From: iyzico-ci Date: Tue, 6 Dec 2016 10:02:30 +0300 Subject: [PATCH] Automatic commit by iyzico-ci v1.0.24 --- VERSION | 2 +- iyzipay/iyzipay_resource.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index ace256e..321816a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.21 \ No newline at end of file +1.0.24 \ No newline at end of file diff --git a/iyzipay/iyzipay_resource.py b/iyzipay/iyzipay_resource.py index 964763d..2100afe 100644 --- a/iyzipay/iyzipay_resource.py +++ b/iyzipay/iyzipay_resource.py @@ -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): diff --git a/setup.py b/setup.py index 740809a..ca5dc1c 100755 --- a/setup.py +++ b/setup.py @@ -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',