Skip to content

Commit

Permalink
v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Nov 19, 2021
1 parent 732d0c0 commit 505d32b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Sample `.pre-commit-config.yaml`:

```yaml
- repo: https://github.com/asottile/blacken-docs
rev: v1.11.0
rev: v1.12.0
hooks:
- id: blacken-docs
additional_dependencies: [black==...]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = blacken_docs
version = 1.11.0
version = 1.12.0
description = Run `black` on python code blocks in documentation files
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 505d32b

Please sign in to comment.