prepare release 2021.11b1 (#2622)

This commit is contained in:
Jelle Zijlstra 2021-11-17 19:51:49 -08:00 committed by GitHub
parent ecf8c74481
commit 19f6aa8208
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 # Change Log
## Unreleased ## 21.11b1
### _Black_ ### _Black_

View File

@ -7,7 +7,7 @@ Use [pre-commit](https://pre-commit.com/). Once you
```yaml ```yaml
repos: repos:
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 21.11b0 rev: 21.11b1
hooks: hooks:
- id: black - id: black
# It is recommended to specify the latest version of Python # 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 ```console
$ black --version $ black --version
black, version 21.11b0 black, version 21.11b1
``` ```
An option to require a specific version to be running is also provided. An option to require a specific version to be running is also provided.