Skip to content

Commit

Permalink
Update version 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
agatto-conekta committed Nov 23, 2022
1 parent 29811c0 commit 3e3a7d3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.6.1](https://github.com/conekta/conekta-python/releases/tag/v2.6.1) - 2020-12-30
### Change
- Fix indentation error

## [2.6.0](https://github.com/conekta/conekta-python/releases/tag/v2.6.0) - 2020-12-30
### Change
- Support creation of a payment link in the SDK.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![banner](readme_files/banner.png)

# Conekta Python v2.4.0
# Conekta Python v2.6.1

![python badge](readme_files/python-badge.png)
![conekta badge](readme_files/conekta-badge.png)
Expand Down
2 changes: 1 addition & 1 deletion conekta/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

API_VERSION = '2.0.0'

__version__ = '2.6.0'
__version__ = '2.6.1'
__author__ = 'Leo Fischer'

API_BASE = 'https://api.conekta.io/'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from setuptools import setup, find_packages

version = "2.6.0"
version = "2.6.1"
author = "Conekta"

setup(
Expand Down

0 comments on commit 3e3a7d3

Please sign in to comment.