Skip to content

Commit

Permalink
Merge pull request #62 from mercadopago/release/2.2.0
Browse files Browse the repository at this point in the history
Release/2.2.0
  • Loading branch information
eltinMeli authored Sep 26, 2022
2 parents 2e811c3 + 1035452 commit 670315d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/config/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h1 class="title">Module <code>mercadopago.config.config</code></h1>
&#34;&#34;&#34;

def __init__(self):
self.__version = &#34;2.1.0&#34;
self.__version = &#34;2.2.0&#34;
self.__user_agent = &#34;MercadoPago Python SDK v&#34; + self.__version
self.__product_id = &#34;bc32bpftrpp001u8nhlg&#34;
self.__tracking_id = &#34;platform:&#34; + platform.python_version()
Expand Down Expand Up @@ -123,7 +123,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
&#34;&#34;&#34;

def __init__(self):
self.__version = &#34;2.1.0&#34;
self.__version = &#34;2.2.0&#34;
self.__user_agent = &#34;MercadoPago Python SDK v&#34; + self.__version
self.__product_id = &#34;bc32bpftrpp001u8nhlg&#34;
self.__tracking_id = &#34;platform:&#34; + platform.python_version()
Expand Down
2 changes: 1 addition & 1 deletion docs/config/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
&#34;&#34;&#34;

def __init__(self):
self.__version = &#34;2.1.0&#34;
self.__version = &#34;2.2.0&#34;
self.__user_agent = &#34;MercadoPago Python SDK v&#34; + self.__version
self.__product_id = &#34;bc32bpftrpp001u8nhlg&#34;
self.__tracking_id = &#34;platform:&#34; + platform.python_version()
Expand Down
2 changes: 1 addition & 1 deletion mercadopago/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Config:
"""

def __init__(self):
self.__version = "2.1.0"
self.__version = "2.2.0"
self.__user_agent = "MercadoPago Python SDK v" + self.__version
self.__product_id = "bc32bpftrpp001u8nhlg"
self.__tracking_id = "platform:" + platform.python_version()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="mercadopago",
version="2.1.0",
version="2.2.0",
description="Mercadopago SDK module for Payments integration",
author="Mercado Pago SDK",
author_email="mp_sdk@mercadopago.com",
Expand Down

0 comments on commit 670315d

Please sign in to comment.