Skip to content

Commit

Permalink
Merge pull request #2035 from felixxm/version-bump
Browse files Browse the repository at this point in the history
Bump version to 5.11.1.
  • Loading branch information
timothycrosley committed Dec 13, 2022
2 parents f8146c5 + b418718 commit e64306d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/configuration/pre-commit.md
Expand Up @@ -9,7 +9,7 @@ To use isort's official pre-commit integration add the following config:

```yaml
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.11.1
hooks:
- id: isort
name: isort (python)
Expand All @@ -20,7 +20,7 @@ over different file types (ex: python vs cython vs pyi) you can do so with the f

```yaml
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.11.1
hooks:
- id: isort
name: isort (python)
Expand Down
2 changes: 1 addition & 1 deletion isort/_version.py
@@ -1 +1 @@
__version__ = "5.10.1"
__version__ = "5.11.1"

0 comments on commit e64306d

Please sign in to comment.