We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec00151 commit 4ffed5eCopy full SHA for 4ffed5e
2 files changed
Changes
@@ -1,4 +1,9 @@
1
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
7
2.1.3
8
- Merged PR for XML escaping option (https://github.com/timotheus/ebaysdk-python/pull/139)
9
- fix unicode issue between py2 and py3
ebaysdk/__init__.py
@@ -9,7 +9,7 @@
import platform
10
import logging
11
12
-__version__ = '2.1.3'
+__version__ = '2.1.4'
13
Version = __version__ # for backware compatibility
14
15
try:
0 commit comments