Skip to content

Commit 4ffed5e

Browse files
committed
bump version to 2.1.4 and update Changes file
1 parent ec00151 commit 4ffed5e

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
Changes for ebaysdk
2+
3+
2.1.4 Tue Aug 23 11:21:37 PDT 2016
4+
- Merge PR from listingmirror for site-id fix
5+
- Added a few performance tests
6+
27
2.1.3
38
- Merged PR for XML escaping option (https://github.com/timotheus/ebaysdk-python/pull/139)
49
- fix unicode issue between py2 and py3

ebaysdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import platform
1010
import logging
1111

12-
__version__ = '2.1.3'
12+
__version__ = '2.1.4'
1313
Version = __version__ # for backware compatibility
1414

1515
try:

0 commit comments

Comments
 (0)