Skip to content

Commit e529f0a

Browse files
committedDec 31, 2019
Bumping version to 2.5.1
1 parent 91f5eb0 commit e529f0a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -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+
15
## [2.4.0](https://github.com/conekta/conekta-python/releases/tag/v2.4.0) - 2017-09-18
26
### Change
37
- Change httplib2 library for requests

‎conekta/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
API_VERSION = '2.0.0'
1919

20-
__version__ = '2.4.0'
20+
__version__ = '2.5.1'
2121
__author__ = 'Leo Fischer'
2222

2323
API_BASE = 'https://api.conekta.io/'

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from setuptools import setup, find_packages
66

7-
version = "2.4.0"
7+
version = "2.5.1"
88
author = "Conekta"
99

1010
setup(

0 commit comments

Comments
 (0)
Please sign in to comment.