Skip to content

Commit 9e30d6a

Browse files
committed
Version 9.0.1
1 parent baef322 commit 9e30d6a

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-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.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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 # On Windows, use: venv\Scripts\activate

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.0',
5+
version='9.0.1',
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)