We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e82232d commit e78c132Copy full SHA for e78c132
HISTORY.md
@@ -1,5 +1,8 @@
1
# createsend-python history
2
3
+## v9.1.4 - 16 Jun, 2025
4
+* Removed now redundant parameter ```markup_on_design_spam_test``` from method client.set_payg_billing
5
+
6
## v9.1.3 - 4 Feb, 2025
7
* Updated cacert.pem. From [#92](https://github.com/campaignmonitor/createsend-python/pull/92)
8
* Updates various URLs to use HTTPS
setup.py
@@ -2,7 +2,7 @@
setup(
name="createsend",
- version='9.1.3',
+ version='9.1.4',
description="A library which implements the complete functionality of the Campaign Monitor API.",
author='Campaign Monitor',
author_email='[email protected]',
0 commit comments