Skip to content

Commit

Permalink
Version 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
katie-cm committed May 21, 2018
1 parent d9fa2f8 commit 4bfe2fd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# createsend-python history


## v6.0.0 - 21 May, 2018

* Upgrades to Createsend API v3.2 which includes new breaking changes
* Breaking: 'Consent to track' field is now mandatory for sending smart and classic transactionl emails
* Breaking: 'Consent to track' field is now mandatory when adding or updating subscribers
* Optional 'Include tracking preference' field when retrieving lists of subscribers

## v5.0.0 - 10 Apr, 2018

* Drop offical support for Python 2.6
Expand Down
2 changes: 1 addition & 1 deletion lib/createsend/createsend.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

from createsend.utils import VerifiedHTTPSConnection, json_to_py, get_faker

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


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="createsend",
version='5.0.0',
version='6.0.0',
description="A library which implements the complete functionality of the Campaign Monitor API.",
author='Campaign Monitor',
author_email='[email protected]',
Expand Down

0 comments on commit 4bfe2fd

Please sign in to comment.