Skip to content

Commit 4bfe2fd

Browse files
committed
Version 6.0.0
1 parent d9fa2f8 commit 4bfe2fd

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

HISTORY.md

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

3+
4+
## v6.0.0 - 21 May, 2018
5+
6+
* Upgrades to Createsend API v3.2 which includes new breaking changes
7+
* Breaking: 'Consent to track' field is now mandatory for sending smart and classic transactionl emails
8+
* Breaking: 'Consent to track' field is now mandatory when adding or updating subscribers
9+
* Optional 'Include tracking preference' field when retrieving lists of subscribers
10+
311
## v5.0.0 - 10 Apr, 2018
412

513
* Drop offical support for Python 2.6

lib/createsend/createsend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
from createsend.utils import VerifiedHTTPSConnection, json_to_py, get_faker
1414

15-
__version_info__ = ('4', '2', '4')
15+
__version_info__ = ('6', '0', '0')
1616
__version__ = '.'.join(__version_info__)
1717

1818

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="createsend",
5-
version='5.0.0',
5+
version='6.0.0',
66
description="A library which implements the complete functionality of the Campaign Monitor API.",
77
author='Campaign Monitor',
88
author_email='support@campaignmonitor.com',

0 commit comments

Comments
 (0)