Skip to content

Commit

Permalink
Merge pull request #33 from campaignmonitor/jdennes/release-4.2.0
Browse files Browse the repository at this point in the history
Release 4.2.0
  • Loading branch information
jdennes authored Oct 10, 2016
2 parents c814320 + a8452c8 commit 4f2f276
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# createsend-python history

## v4.2.0 - 10 Oct, 2016

* Support Python 3: ([#27](https://github.com/campaignmonitor/createsend-python/pull/27))
* Use CGI SERVER_NAME in UA string: ([#32](https://github.com/campaignmonitor/createsend-python/pull/32))

## v4.1.1 - 7 Aug, 2015

* Fixed the MANIFEST file so that it includes new Transactional files (#25).
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 @@
***REMOVED***import simplejson as json
from .utils import VerifiedHTTPSConnection, json_to_py, get_faker

__version_info__ = ('4', '1', '1')
__version_info__ = ('4', '2', '0')
__version__ = '.'.join(__version_info__)

class CreateSendError(Exception):
Expand Down

0 comments on commit 4f2f276

Please sign in to comment.