From 4ffed5efb8e060bffeebf35f30cfbb43e8fa4458 Mon Sep 17 00:00:00 2001 From: Tim Keefer Date: Tue, 23 Aug 2016 11:22:25 -0700 Subject: [PATCH] bump version to 2.1.4 and update Changes file --- Changes | 5 +++++ ebaysdk/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index d5df7ba..699ad0c 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/ebaysdk/__init__.py b/ebaysdk/__init__.py index c130707..994b309 100644 --- a/ebaysdk/__init__.py +++ b/ebaysdk/__init__.py @@ -9,7 +9,7 @@ import platform import logging -__version__ = '2.1.3' +__version__ = '2.1.4' Version = __version__ # for backware compatibility try: