Skip to content

Commit

Permalink
Bumping version to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leofischer committed Dec 31, 2019
1 parent 91f5eb0 commit e529f0a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.5.1](https://github.com/conekta/conekta-python/releases/tag/v2.5.1) - 2019-12-31
### Change
- Adds message field for error object where it was previously missing

## [2.4.0](https://github.com/conekta/conekta-python/releases/tag/v2.4.0) - 2017-09-18
### Change
- Change httplib2 library for requests
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.4.0'
__version__ = '2.5.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.4.0"
version = "2.5.1"
author = "Conekta"

setup(
Expand Down

0 comments on commit e529f0a

Please sign in to comment.