Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# createsend-python history

## v9.0.2 - 23 Jan, 2025
* Improved error handling for 400 and 500 errors: Now displays error codes and error messages for better debugging.

## v9.0.1 - 7 Dec, 2024
* Fix deprecation warnings from [#86](https://github.com/campaignmonitor/createsend-python/pull/86)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='support@campaignmonitor.com',
Expand Down
Loading