Prepare for release 21.12b0 (GH-2673)
Let's do this!
This commit is contained in:
parent
28ab82aab0
commit
f1d4e742c9
@ -1,6 +1,6 @@
|
||||
# Change Log
|
||||
|
||||
## Unreleased
|
||||
## 21.12b0
|
||||
|
||||
### _Black_
|
||||
|
||||
|
@ -7,7 +7,7 @@ Use [pre-commit](https://pre-commit.com/). Once you
|
||||
```yaml
|
||||
repos:
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 21.11b1
|
||||
rev: 21.12b0
|
||||
hooks:
|
||||
- id: black
|
||||
# It is recommended to specify the latest version of Python
|
||||
|
@ -173,7 +173,7 @@ You can check the version of _Black_ you have installed using the `--version` fl
|
||||
|
||||
```console
|
||||
$ black --version
|
||||
black, version 21.11b1
|
||||
black, version 21.12b0
|
||||
```
|
||||
|
||||
An option to require a specific version to be running is also provided.
|
||||
|
Loading…
Reference in New Issue
Block a user