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 11# createsend-python history
22
3+ ## v9.0.1 - 7 Dec, 2024
4+ * Fix deprecation warnings from [ #86 ] ( https://github.com/campaignmonitor/createsend-python/pull/86 )
5+
36## v9.0.0 - 7 Dec, 2024
47* Tidy up of code from [ #83 ] ( https://github.com/campaignmonitor/createsend-python/pull/83 )
58* Fixing tox config
Original file line number Diff line number Diff line change @@ -211,6 +211,7 @@ def test_add_with_custom_fields(self):
211211
212212## Running unit tests
213213
214+ Here are some commands to help run the unit tests:
214215```
215216> python -m venv venv
216217> source venv/bin/activate***REMOVED***# On Windows, use: venv\Scripts\activate
Original file line number Diff line number Diff line change 22
33setup (
44** * REMOVED ** * * * * REMOVED ** * name = "createsend" ,
5- ** * REMOVED ** * * * * REMOVED ** * version = '9.0.0 ' ,
5+ ** * REMOVED ** * * * * REMOVED ** * version = '9.0.1 ' ,
66** * REMOVED ** * * * * REMOVED ** * description = "A library which implements the complete functionality of the Campaign Monitor API." ,
77** * REMOVED ** * * * * REMOVED ** * author = 'Campaign Monitor' ,
88** * REMOVED ** * * * * REMOVED ** * author_email = '[email protected] ' ,
You can’t perform that action at this time.
0 commit comments