Skip to content

Commit f4f79ed

Browse files
authored
Merge pull request #88 from campaignmonitor/Issue-#70-Improve-Error-Output
Update setup.py and history.md for previous merge
2 parents 777ee84 + f3967b2 commit f4f79ed

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

HISTORY.md

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

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+
36
## v9.0.1 - 7 Dec, 2024
47
* Fix deprecation warnings from [#86](https://github.com/campaignmonitor/createsend-python/pull/86)
58

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='9.0.1',
5+
version='9.0.2',
66
description="A library which implements the complete functionality of the Campaign Monitor API.",
77
author='Campaign Monitor',
88
author_email='[email protected]',

0 commit comments

Comments
 (0)