Skip to content

Commit

Permalink
bump version to 2.1.4 and update Changes file
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheus committed Aug 23, 2016
1 parent ec00151 commit 4ffed5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
Changes for ebaysdk

2.1.4 Tue Aug 23 11:21:37 PDT 2016
- Merge PR from listingmirror for site-id fix
- Added a few performance tests

2.1.3
- Merged PR for XML escaping option (https://github.com/timotheus/ebaysdk-python/pull/139)
- fix unicode issue between py2 and py3
Expand Down
2 changes: 1 addition & 1 deletion ebaysdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import platform
import logging

__version__ = '2.1.3'
__version__ = '2.1.4'
Version = __version__ # for backware compatibility

try:
Expand Down

0 comments on commit 4ffed5e

Please sign in to comment.