Skip to content

Commit e9e9326

Browse files
committed
Version 4.2.7
1 parent 8a3a384 commit e9e9326

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

HISTORY.md

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

3+
## v4.2.6 - 3 Nov, 2017
4+
5+
* Removes test dependencies from install package. (#53)
6+
* Build and upload universal wheels alongside source dists.
7+
8+
## v4.2.5 - 27 Oct, 2017
9+
10+
* Fix bug where necessary files were not included in the source distribution. (#45, #50)
11+
312
## v4.2.2 - 1 Jul, 2017
413

514
* Fix bug where the six module was not set as a installation dependency.

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='4.2.6',
5+
version='4.2.7',
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)