Update CHANGES.md for 21.10b0 release (#2583)

* Update CHANGES.md for 21.10b0 release

* Update version in docs/usage_and_configuration/the_basics.md

* Also update docs/integrations/source_version_control.md ...
This commit is contained in:
Cooper Lees 2021-10-31 17:59:39 -07:00 committed by GitHub
parent bd961304b6
commit 64c8be01f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Change Log
## Unreleased
## 21.10b0
### _Black_

View File

@ -7,7 +7,7 @@ Use [pre-commit](https://pre-commit.com/). Once you
```yaml
repos:
- repo: https://github.com/psf/black
rev: 21.9b0
rev: 21.10b0
hooks:
- id: black
# It is recommended to specify the latest version of Python

View File

@ -173,7 +173,7 @@ You can check the version of _Black_ you have installed using the `--version` fl
```console
$ black --version
black, version 21.9b0
black, version 21.10b0
```
An option to require a specific version to be running is also provided.