Skip to content

Commit a24447c

Browse files
committed
bump version
1 parent 6f95de7 commit a24447c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Changes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Changes for ebaysdk
2-
2+
2.1.3
3+
- Merged PR for XML escaping option (https://github.com/timotheus/ebaysdk-python/pull/139)
34
- fix unicode issue between py2 and py3
45
- add a unicode example in the samples dir
56
- fix for issue #127 (false-ish check)

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.2'
12+
__version__ = '2.1.3'
1313
Version = __version__ # for backware compatibility
1414

1515
try:

0 commit comments

Comments
 (0)