We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f5eb0 commit e529f0aCopy full SHA for e529f0a
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## [2.5.1](https://github.com/conekta/conekta-python/releases/tag/v2.5.1) - 2019-12-31
2
+### Change
3
+- Adds message field for error object where it was previously missing
4
+
5
## [2.4.0](https://github.com/conekta/conekta-python/releases/tag/v2.4.0) - 2017-09-18
6
### Change
7
- Change httplib2 library for requests
conekta/__init__.py
@@ -17,7 +17,7 @@
17
18
API_VERSION = '2.0.0'
19
20
-__version__ = '2.4.0'
+__version__ = '2.5.1'
21
__author__ = 'Leo Fischer'
22
23
API_BASE = 'https://api.conekta.io/'
setup.py
@@ -4,7 +4,7 @@
from setuptools import setup, find_packages
-version = "2.4.0"
+version = "2.5.1"
8
author = "Conekta"
9
10
setup(
0 commit comments