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.
2 parents 777ee84 + f3967b2 commit f4f79edCopy full SHA for f4f79ed
HISTORY.md
@@ -1,5 +1,8 @@
1
# createsend-python history
2
3
+## v9.0.2 - 23 Jan, 2025
4
+* Improved error handling for 400 and 500 errors: Now displays error codes and error messages for better debugging.
5
+
6
## v9.0.1 - 7 Dec, 2024
7
* Fix deprecation warnings from [#86](https://github.com/campaignmonitor/createsend-python/pull/86)
8
setup.py
@@ -2,7 +2,7 @@
setup(
name="createsend",
- version='9.0.1',
+ version='9.0.2',
description="A library which implements the complete functionality of the Campaign Monitor API.",
author='Campaign Monitor',
author_email='[email protected]',
0 commit comments