File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1212
1313from 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
Original file line number Diff line number Diff line change 22
33setup (
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' ,
You can’t perform that action at this time.
0 commit comments