We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b443122 commit 88a6df5Copy full SHA for 88a6df5
CONTRIBUTING.md
@@ -47,9 +47,6 @@ You can run the unit tests locally with:
47
```bash
48
# run the test suite in the current environment
49
make test
50
-
51
-# OPTIONAL: use `tox` to fan out across multiple interpreters
52
-make test-all
53
```
54
55
### Documentation
@@ -70,8 +67,8 @@ Releases of `CacheControl` are managed by GitHub Actions.
70
67
71
68
To perform a release:
72
69
73
-1. Update `CacheControl`'s `__version__` attribute. It can be found under
74
- `cachecontrol/__init__.py`.
+1. Update `CacheControl`'s `version` attribute. It can be found
+ in the `pyproject.toml` file, under the `[project]` section.
75
76
1. Create a new tag corresponding to your new version, with a `v` prefix. For example:
77
0 commit comments