We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a3a384 commit e9e9326Copy full SHA for e9e9326
2 files changed
HISTORY.md
@@ -1,5 +1,14 @@
1
# createsend-python history
2
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
12
## v4.2.2 - 1 Jul, 2017
13
14
* Fix bug where the six module was not set as a installation dependency.
setup.py
@@ -2,7 +2,7 @@
setup(
name="createsend",
- version='4.2.6',
+ version='4.2.7',
description="A library which implements the complete functionality of the Campaign Monitor API.",
author='Campaign Monitor',
author_email='support@campaignmonitor.com',
0 commit comments