We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ae8bc8 + 13ba970 commit 957a097Copy full SHA for 957a097
2 files changed
HISTORY.md
@@ -1,5 +1,9 @@
1
# createsend-python history
2
3
+## v4.2.1 - 19 Dec, 2016
4
+
5
+* Decode JSON API responses using UTF-8: ([#38](https://github.com/campaignmonitor/createsend-python/pull/38))
6
7
## v4.2.0 - 10 Oct, 2016
8
9
* Support Python 3: ([#27](https://github.com/campaignmonitor/createsend-python/pull/27))
createsend/createsend.py
@@ -11,7 +11,7 @@
11
import simplejson as json
12
from .utils import VerifiedHTTPSConnection, json_to_py, get_faker
13
14
-__version_info__ = ('4', '2', '0')
+__version_info__ = ('4', '2', '1')
15
__version__ = '.'.join(__version_info__)
16
17
class CreateSendError(Exception):
0 commit comments