Skip to content

Commit

Permalink
prepare release 2021.11b1 (#2622)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Nov 18, 2021
1 parent ecf8c74 commit 19f6aa8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## Unreleased
## 21.11b1

### _Black_

Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/source_version_control.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Use [pre-commit](https://pre-commit.com/). Once you
```yaml
repos:
- repo: https://github.com/psf/black
rev: 21.11b0
rev: 21.11b1
hooks:
- id: black
# It is recommended to specify the latest version of Python
Expand Down
2 changes: 1 addition & 1 deletion docs/usage_and_configuration/the_basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ You can check the version of _Black_ you have installed using the `--version` fl

```console
$ black --version
black, version 21.11b0
black, version 21.11b1
```

An option to require a specific version to be running is also provided.
Expand Down

0 comments on commit 19f6aa8

Please sign in to comment.