Skip to content

Commit ec91a2b

Browse files
authored
Prepare release 23.12.1 (#4124)
1 parent 8fec1c3 commit ec91a2b

File tree

3 files changed

+6
-49
lines changed

3 files changed

+6
-49
lines changed

CHANGES.md

Lines changed: 1 addition & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,11 @@
11
# Change Log
22

3-
## Unreleased
4-
5-
### Highlights
6-
7-
<!-- Include any especially major or disruptive changes here -->
8-
9-
### Stable style
10-
11-
<!-- Changes that affect Black's stable style -->
12-
13-
### Preview style
14-
15-
<!-- Changes that affect Black's preview style -->
16-
17-
### Configuration
18-
19-
<!-- Changes to how Black can be configured -->
3+
## 23.12.1
204

215
### Packaging
226

23-
<!-- Changes to how Black is packaged, such as dependency requirements -->
24-
257
- Fixed a bug that included dependencies from the `d` extra by default (#4108)
268

27-
### Parser
28-
29-
<!-- Changes to the parser or to version autodetection -->
30-
31-
### Performance
32-
33-
<!-- Changes that improve Black's performance. -->
34-
35-
### Output
36-
37-
<!-- Changes to Black's terminal output and error messages -->
38-
39-
### _Blackd_
40-
41-
<!-- Changes to blackd -->
42-
43-
### Integrations
44-
45-
<!-- For example, Docker, GitHub Actions, pre-commit, editors -->
46-
47-
### Documentation
48-
49-
<!-- Major changes to documentation and policies. Small docs changes
50-
don't need a changelog entry. -->
51-
529
## 23.12.0
5310

5411
### Highlights

docs/integrations/source_version_control.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Use [pre-commit](https://pre-commit.com/). Once you
88
repos:
99
# Using this mirror lets us use mypyc-compiled black, which is about 2x faster
1010
- repo: https://github.com/psf/black-pre-commit-mirror
11-
rev: 23.12.0
11+
rev: 23.12.1
1212
hooks:
1313
- id: black
1414
# It is recommended to specify the latest version of Python
@@ -35,7 +35,7 @@ include Jupyter Notebooks. To use this hook, simply replace the hook's `id: blac
3535
repos:
3636
# Using this mirror lets us use mypyc-compiled black, which is about 2x faster
3737
- repo: https://github.com/psf/black-pre-commit-mirror
38-
rev: 23.12.0
38+
rev: 23.12.1
3939
hooks:
4040
- id: black-jupyter
4141
# It is recommended to specify the latest version of Python

docs/usage_and_configuration/the_basics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ configuration file for consistent results across environments.
241241

242242
```console
243243
$ black --version
244-
black, 23.12.0 (compiled: yes)
245-
$ black --required-version 23.12.0 -c "format = 'this'"
244+
black, 23.12.1 (compiled: yes)
245+
$ black --required-version 23.12.1 -c "format = 'this'"
246246
format = "this"
247247
$ black --required-version 31.5b2 -c "still = 'beta?!'"
248248
Oh no! 💥 💔 💥 The required version does not match the running version!
@@ -333,7 +333,7 @@ You can check the version of _Black_ you have installed using the `--version` fl
333333

334334
```console
335335
$ black --version
336-
black, 23.12.0
336+
black, 23.12.1
337337
```
338338

339339
#### `--config`

0 commit comments

Comments
 (0)