File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
# createsend-python history
2
2
3
+ ## v9.0.1 - 7 Dec, 2024
4
+ * Fix deprecation warnings from [ #86 ] ( https://github.com/campaignmonitor/createsend-python/pull/86 )
5
+
3
6
## v9.0.0 - 7 Dec, 2024
4
7
* Tidy up of code from [ #83 ] ( https://github.com/campaignmonitor/createsend-python/pull/83 )
5
8
* Fixing tox config
Original file line number Diff line number Diff line change @@ -211,6 +211,7 @@ def test_add_with_custom_fields(self):
211
211
212
212
## Running unit tests
213
213
214
+ Here are some commands to help run the unit tests:
214
215
```
215
216
> python -m venv venv
216
217
> source venv/bin/activate # On Windows, use: venv\Scripts\activate
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = "createsend" ,
5
- version = '9.0.0 ' ,
5
+ version = '9.0.1 ' ,
6
6
description = "A library which implements the complete functionality of the Campaign Monitor API." ,
7
7
author = 'Campaign Monitor' ,
8
8
You can’t perform that action at this time.
0 commit comments