From e11cf44062f337659b694da41dea9783a8c1dd4f Mon Sep 17 00:00:00 2001 From: James Dennes Date: Mon, 19 Dec 2016 14:20:31 +0100 Subject: [PATCH 1/2] Increment __version_info__ --- createsend/createsend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/createsend/createsend.py b/createsend/createsend.py index a08e778..11ca849 100644 --- a/createsend/createsend.py +++ b/createsend/createsend.py @@ -11,7 +11,7 @@ ***REMOVED***import simplejson as json from .utils import VerifiedHTTPSConnection, json_to_py, get_faker -__version_info__ = ('4', '2', '0') +__version_info__ = ('4', '2', '1') __version__ = '.'.join(__version_info__) class CreateSendError(Exception): From 0ef2cb0398975411851b273c7285d2fe8ea964b1 Mon Sep 17 00:00:00 2001 From: James Dennes Date: Mon, 19 Dec 2016 14:26:08 +0100 Subject: [PATCH 2/2] Add HISTORY.md entry for 4.2.1 --- HISTORY.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 7de9f34..d5a9990 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # createsend-python history +## v4.2.1 - 19 Dec, 2016 + +* Decode JSON API responses using UTF-8: ([#38](https://github.com/campaignmonitor/createsend-python/pull/38)) + ## v4.2.0 - 10 Oct, 2016 * Support Python 3: ([#27](https://github.com/campaignmonitor/createsend-python/pull/27))