Skip to content

Commit 6c83bcc

Browse files
authored
Merge pull request #2051 from PyCQA/version/bump-5.11.3
Bump version 5.11.3
2 parents ee54f83 + 8f63f75 commit 6c83bcc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/configuration/pre-commit.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To use isort's official pre-commit integration add the following config:
99

1010
```yaml
1111
- repo: https://github.com/pycqa/isort
12-
rev: 5.11.2
12+
rev: 5.11.3
1313
hooks:
1414
- id: isort
1515
name: isort (python)
@@ -20,7 +20,7 @@ over different file types (ex: python vs cython vs pyi) you can do so with the f
2020

2121
```yaml
2222
- repo: https://github.com/pycqa/isort
23-
rev: 5.11.2
23+
rev: 5.11.3
2424
hooks:
2525
- id: isort
2626
name: isort (python)

isort/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.11.2"
1+
__version__ = "5.11.3"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ line-length = 100
33

44
[tool.poetry]
55
name = "isort"
6-
version = "5.11.2"
6+
version = "5.11.3"
77
description = "A Python utility / library to sort Python imports."
88
authors = ["Timothy Crosley <[email protected]>"]
99
license = "MIT"

0 commit comments

Comments
 (0)