Skip to content

Commit 64ab860

Browse files
committed
Version 8.0.2
1 parent cf34077 commit 64ab860

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

RELEASE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
pip install twine
99
```
1010

11+
- You must install [setuptools](https://pypi.org/project/setuptools/)
12+
```
13+
pip install setuptools
14+
```
15+
1116
## Prepare the release
1217

1318
- Increment `version` in the `setup.py` file, ensuring that you use [Semantic Versioning](http://semver.org/).

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