Skip to content

Commit 55fca29

Browse files
authored
Merge pull request #55 from mercadopago/feature/Change-version
Change version 2.0.9 to 2.0.10
2 parents 02ae57d + bb1377a commit 55fca29

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/config/config.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h1 class="title">Module <code>mercadopago.config.config</code></h1>
3939
&#34;&#34;&#34;
4040

4141
def __init__(self):
42-
self.__version = &#34;2.0.9&#34;
42+
self.__version = &#34;2.0.10&#34;
4343
self.__user_agent = &#34;MercadoPago Python SDK v&#34; + self.__version
4444
self.__product_id = &#34;bc32bpftrpp001u8nhlg&#34;
4545
self.__tracking_id = &#34;platform:&#34; + platform.python_version()
@@ -123,7 +123,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
123123
&#34;&#34;&#34;
124124

125125
def __init__(self):
126-
self.__version = &#34;2.0.9&#34;
126+
self.__version = &#34;2.0.10&#34;
127127
self.__user_agent = &#34;MercadoPago Python SDK v&#34; + self.__version
128128
self.__product_id = &#34;bc32bpftrpp001u8nhlg&#34;
129129
self.__tracking_id = &#34;platform:&#34; + platform.python_version()

docs/config/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
7575
&#34;&#34;&#34;
7676

7777
def __init__(self):
78-
self.__version = &#34;2.0.9&#34;
78+
self.__version = &#34;2.0.10&#34;
7979
self.__user_agent = &#34;MercadoPago Python SDK v&#34; + self.__version
8080
self.__product_id = &#34;bc32bpftrpp001u8nhlg&#34;
8181
self.__tracking_id = &#34;platform:&#34; + platform.python_version()

mercadopago/config/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Config:
1010
"""
1111

1212
def __init__(self):
13-
self.__version = "2.0.9"
13+
self.__version = "2.0.10"
1414
self.__user_agent = "MercadoPago Python SDK v" + self.__version
1515
self.__product_id = "bc32bpftrpp001u8nhlg"
1616
self.__tracking_id = "platform:" + platform.python_version()

setup.py

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

1313
setup(
1414
name="mercadopago",
15-
version="2.0.9",
15+
version="2.0.10",
1616
description="Mercadopago SDK module for Payments integration",
1717
author="Mercado Pago SDK",
1818
author_email="[email protected]",

0 commit comments

Comments
 (0)