Skip to content

Commit

Permalink
Bump version to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
romerosilva committed Aug 16, 2023
1 parent 466528c commit 8dee9e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mercadopago/resources/preference.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ def search(self, filters=None, request_options=None):
"""

return self._get(uri="/checkout/preferences/search", filters=filters,
request_options=request_options)
request_options=request_options)
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.2.0",
version="2.2.1",
description="Mercadopago SDK module for Payments integration",
author="Mercado Pago SDK",
author_email="[email protected]",
Expand Down

0 comments on commit 8dee9e3

Please sign in to comment.