We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f95de7 commit a24447cCopy full SHA for a24447c
2 files changed
Changes
@@ -1,5 +1,6 @@
1
Changes for ebaysdk
2
-
+2.1.3
3
+- Merged PR for XML escaping option (https://github.com/timotheus/ebaysdk-python/pull/139)
4
- fix unicode issue between py2 and py3
5
- add a unicode example in the samples dir
6
- fix for issue #127 (false-ish check)
ebaysdk/__init__.py
@@ -9,7 +9,7 @@
9
import platform
10
import logging
11
12
-__version__ = '2.1.2'
+__version__ = '2.1.3'
13
Version = __version__ # for backware compatibility
14
15
try:
0 commit comments