Skip to content

Commit d038a24

Browse files
authored
Prepare docs for release 22.1.0 (GH-2826)
1 parent dea2f94 commit d038a24

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## Unreleased
3+
## 22.1.0
44

55
At long last, _Black_ is no longer a beta product! This is the first non-beta release
66
and the first release covered by our new stability policy.

Diff for: docs/integrations/source_version_control.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Use [pre-commit](https://pre-commit.com/). Once you
77
```yaml
88
repos:
99
- repo: https://github.com/psf/black
10-
rev: 21.12b0
10+
rev: 22.1.0
1111
hooks:
1212
- id: black
1313
# It is recommended to specify the latest version of Python

Diff for: docs/usage_and_configuration/the_basics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ You can check the version of _Black_ you have installed using the `--version` fl
173173

174174
```console
175175
$ black --version
176-
black, version 21.12b0
176+
black, version 22.1.0
177177
```
178178

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

0 commit comments

Comments
 (0)