Skip to content

Commit 957a097

Browse files
authored
Merge pull request #41 from campaignmonitor/jdennes/release-4.2.1
Release 4.2.1
2 parents 8ae8bc8 + 13ba970 commit 957a097

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# createsend-python history
22

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+
37
## v4.2.0 - 10 Oct, 2016
48

59
* Support Python 3: ([#27](https://github.com/campaignmonitor/createsend-python/pull/27))

createsend/createsend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import simplejson as json
1212
from .utils import VerifiedHTTPSConnection, json_to_py, get_faker
1313

14-
__version_info__ = ('4', '2', '0')
14+
__version_info__ = ('4', '2', '1')
1515
__version__ = '.'.join(__version_info__)
1616

1717
class CreateSendError(Exception):

0 commit comments

Comments
 (0)