Skip to content

Commit 88a6df5

Browse files
committed
CONTRIBUTING: update old docs
Signed-off-by: William Woodruff <[email protected]>
1 parent b443122 commit 88a6df5

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ You can run the unit tests locally with:
4747
```bash
4848
# run the test suite in the current environment
4949
make test
50-
51-
# OPTIONAL: use `tox` to fan out across multiple interpreters
52-
make test-all
5350
```
5451

5552
### Documentation
@@ -70,8 +67,8 @@ Releases of `CacheControl` are managed by GitHub Actions.
7067

7168
To perform a release:
7269

73-
1. Update `CacheControl`'s `__version__` attribute. It can be found under
74-
`cachecontrol/__init__.py`.
70+
1. Update `CacheControl`'s `version` attribute. It can be found
71+
in the `pyproject.toml` file, under the `[project]` section.
7572

7673
1. Create a new tag corresponding to your new version, with a `v` prefix. For example:
7774

0 commit comments

Comments
 (0)