Skip to content

Commit

Permalink
Merge pull request #41 from campaignmonitor/jdennes/release-4.2.1
Browse files Browse the repository at this point in the history
Release 4.2.1
  • Loading branch information
jdennes authored Dec 19, 2016
2 parents 8ae8bc8 + 13ba970 commit 957a097
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion createsend/createsend.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
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):
Expand Down

0 comments on commit 957a097

Please sign in to comment.